.NP-select select {
  background-color: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 25px 0 7px;
}
.NP-select select option {
  background-color: transparent;
}
.NP-select select:focus {
  outline: none;
}
.NP-select::after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" fill="%23b7b7b7" viewBox="0 0 24 20"><path d="M13.2,18.9L23.5,7.7c0.6-0.8,0.6-2,0-2.7c-0.7-0.7-1.8-0.7-2.5,0l-9,9.8L3,5.1C2.7,4.7,2.3,4.5,1.9,4.5c-0.5,0-1,0.2-1.4,0.6C0.2,5.5,0,6,0,6.5c0,0.5,0.2,1,0.5,1.3l10.2,11.1c0.3,0.4,0.7,0.6,1.3,0.6C12.5,19.5,13,19.3,13.2,18.9z"/></svg>');
  position: absolute;
  top: 52%;
  transform: translate(0, -50%);
  right: 7px;
  border: 0;
  pointer-events: none;
}
.NP-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select::-ms-expand {
  display: none;
}
.NP-checkbox {
  display: flex;
  align-items: center;
}
.NP-checkbox .NP-checkboxLabel {
  padding-left: 10px;
}
.NP-checkbox input[type="radio"],
.NP-checkbox input[type="checkbox"] {
  display: none;
}
.NP-checkbox label {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 0;
  float: left;
  position: relative;
}
.NP-checkbox label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background-color: #fff;
  border: 1px solid #737373;
  border-radius: 3px;
}
.NP-checkbox input[type="checkbox"]:checked + label:before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" fill="%23333" viewBox="0 0 24 20"><path d="M10,22c-0.5,0-1-0.2-1.4-0.6l-8-8c-0.8-0.8-0.8-2,0-2.8s2-0.8,2.8,0L9.8,17L20.4,2.8c0.7-0.9,1.9-1.1,2.8-0.4c0.9,0.7,1.1,1.9,0.4,2.8l-12,16c-0.3,0.5-0.9,0.8-1.5,0.8L10,22z"/></svg>');
  font-size: 11px;
  text-align: center;
  line-height: 20px;
}
.NP-checkbox a {
  text-decoration: underline !important;
}
.NP-btnExtraLarge {
  height: 50px;
  font-size: 18px;
}
.NP-btnLarge {
  height: 40px;
  font-size: 16px;
}
.NP-btnMedium {
  height: 32px;
  font-size: 14px;
}
.NP-btnSmall {
  height: 28px;
  font-size: 12px;
}
.NP-btnPrimary {
  background-color: transparent;
  border: 1px solid #353535;
  color: #353535;
  border-radius: 3px;
  width: 100%;
  font-weight: 500;
}
.NP-btnPrimary.active {
  background-color: #353535;
  color: #fff;
}
.NP-btnPrimary .NP-loader .NP-dot-pulse span {
  background-color: #fff;
}
.NP-btnSecondary {
  background-color: transparent;
  border: 1px solid #e03944;
  color: #e03944;
  border-radius: 3px;
  width: 100%;
  font-weight: 500;
}
.NP-btnSecondary.active {
  background-color: #e03944;
  color: #fff;
}
.NP-btnSecondary .NP-loader .NP-dot-pulse span {
  background-color: #fff;
}
.NP-btnTertiary {
  background-color: transparent;
  border: 1px solid #ffc50a;
  color: #ffc50a;
  border-radius: 3px;
  width: 100%;
  font-weight: 500;
}
.NP-btnTertiary.active {
  background-color: #ffc50a;
  color: #000;
}
.NP-btnTertiary .NP-loader .NP-dot-pulse span {
  background-color: #000;
}
.NP-btnQuaternary {
  background-color: transparent;
  border: 1px solid #1bce77;
  color: #1bce77;
  border-radius: 3px;
  width: 100%;
  font-weight: 500;
}
.NP-btnQuaternary.active {
  background-color: #1bce77;
  color: #000;
}
.NP-btnQuaternary .NP-loader .NP-dot-pulse span {
  background-color: #000;
}
.NP-btnRounded {
  border-radius: 100px;
}
.NP-btnGradient-secondary {
  background: #353535;
  background: -moz-linear-gradient(90deg, #e03944 40%, #ff6c00 100%);
  background: -webkit-linear-gradient(90deg, #e03944 40%, #ff6c00 100%);
  background: linear-gradient(90deg, #e03944 40%, #ff6c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E03944', endColorstr='#E03944',GradientType=1 );
}
.NP-btnGradient-secondary {
  border: 0;
}
.NP-btnOdds {
  width: 50px;
  height: 38px;
  background-color: #eee;
  border-radius: 3px;
  text-align: center;
  color: #353535;
  font-size: 12px;
  padding: 0;
  font-weight: 500;
  white-space: normal;
}
@media screen and (max-width: 300px) {
  .NP-btnOdds {
    width: 100%;
  }
}
.NP-btnOdds.active {
  background-color: #353535;
  color: #fff;
  font-weight: 500;
}
.NP-btnOdds.NP-btnOddsDisabled {
  background-color: transparent;
  pointer-events: none;
  color: #888;
  border: 1px solid #595959;
  opacity: 0.75;
}
.NP-btnOdds.NP-btnOdds-highlight {
  border: 1px solid #ffc50a;
}
.NP-btnOdds.NP-btnOutComeOdds {
  width: 100%;
  display: flex;
  padding: 0 8px;
  align-items: center;
  white-space: normal;
}
.NP-btnOdds.NP-btnOutComeOdds .NP-outcome {
  flex: 1 1 auto;
  text-align: left;
  line-height: 14px;
  min-width: 0;
}
.NP-btnOdds.NP-btnOutComeOdds .NP-odds {
  min-width: 30px;
  text-align: right;
}
.NP-btnOdds .NP-marketItem {
  line-height: 12px;
  margin-bottom: 2px;
  color: #bbb;
  font-size: 11px;
}
.NP-btnOdds.NP-btnJackpotScore {
  font-size: 20px;
  font-weight: 600;
}
.NP-btnOdds.NP-btnJackpotScore.NP-won {
  background-color: #e03944;
  color: #000;
}
.NP-btnOdds.NP-btnJackpotScore.NP-draw {
  background-color: #888;
}
.NP-btnOdds.NP-won {
  background-color: #e03944;
  color: #000;
  border: 0;
  font-weight: 600;
}
.NP-btnOdds.NP-lost {
  background-color: #fc4646;
  border: 0;
  font-weight: 600;
}
.NP-btnOdds .NP-btnOdds__outcome {
  display: none;
  font-size: 10px;
}
@media screen and (max-width: 300px) {
  .NP-btnOdds .NP-btnOdds__outcome {
    display: block;
  }
}
@media screen and (max-width: 300px) {
  .NP-btnOddsGroup {
    width: 100%;
  }
}
.NP-btnOddsGroup ul {
  margin: 0 -4px;
  display: flex;
  align-items: center;
}
.NP-btnOddsGroup ul li {
  padding: 4px;
  float: left;
}
@media screen and (max-width: 300px) {
  .NP-btnOddsGroup ul li {
    width: 100%;
  }
}
.NP-outcomeGroup ul {
  display: flex;
  align-items: center;
}
.NP-outcomeGroup ul li {
  padding-right: 10px;
  float: left;
}
@media screen and (max-width: 300px) {
  .NP-outcomeGroup ul li {
    padding-right: 4px;
  }
}
.NP-outcomeGroup ul li:last-child {
  padding-right: 0;
}
.NP-outcomeGroup ul li .NP-outcomeItem {
  width: 50px;
  text-align: center;
  color: #353535;
}
@media screen and (max-width: 300px) {
  .NP-outcomeGroup ul li .NP-outcomeItem {
    width: 100%;
  }
}
.NP-btnDisabled {
  background-color: #888 !important;
  pointer-events: none;
  color: #000 !important;
  border: 1px solid #888;
  opacity: 0.5;
}
.NP-btn {
  position: relative;
}
.NP-loader {
  display: flex;
  justify-content: center;
}
.NP-loader .NP-dot-pulse span {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #000;
  -webkit-animation: dot-pulse 1.7s infinite ease-in-out both;
  animation: dot-pulse 1.7s infinite ease-in-out both;
  margin-right: 3px;
  display: inline-block;
}
.NP-loader .NP-dot-pulse span:nth-child(1) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.NP-loader .NP-dot-pulse span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.NP-loader .NP-dot-pulse span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.NP-loader .NP-dot-pulse span:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@keyframes dot-pulse {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes dot-pulse {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.NP-form-group {
  position: relative;
  margin-bottom: 10px;
}
.NP-form-group .NP-form-label {
  height: 36px;
  font-size: 14px;
  color: #ccc;
  margin-bottom: 2px;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  z-index: 15;
  display: flex;
  align-items: center;
}
.NP-form-group .NP-form-control input {
  position: relative;
  width: 100%;
  padding: 0;
  height: 36px;
  font-size: 14px;
  color: #353535;
  font-weight: 600;
  border: 0px solid #737373;
  background-color: transparent;
  border-bottom: 2px solid #b7b7b7;
  z-index: 20;
}
.NP-form-group .NP-form-control input::placeholder {
  color: transparent;
}
.NP-form-group .NP-form-control.NP-error input {
  border: 0px solid #ff4646;
}
.NP-form-group .NP-form-control.NP-form-control-pin input {
  -webkit-text-security: disc;
}
.NP-form-group .NP-form-label {
  transition: transform 0.25s, opacity 0.25s ease-in-out;
  transform-origin: 0 0;
}
.NP-form-group.NP-inputFocus .NP-form-control input {
  border-image-source: linear-gradient(90deg, #e03944, #ff6c01);
  border-width: 2px;
  border-image-slice: 1;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.NP-form-group.NP-inputFocus .NP-form-label {
  transform: translate(0, -50%) scale(0.8);
  color: #333;
  font-weight: 600;
}
.NP-form-group.NP-inputFocus .NP-form-addon {
  color: #353535;
  font-weight: 600;
}
.NP-form-group.NP-form-group-addon .NP-form-label {
  left: 40px;
}
.NP-form-errorMsg {
  color: #ff4646;
  min-height: 20px;
  font-size: 11px;
}
.NP-form-control-group {
  display: flex;
}
.NP-form-control-group .NP-form-addon {
  min-width: 40px;
  max-width: 40px;
  text-align: left;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ccc;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0px;
}
.NP-form-control-group .NP-form-control {
  flex: 1 1 auto;
}
.NP-form-control-group .NP-form-control input {
  padding-left: 40px;
}
.NP-form-control-group .NP-form-label {
  left: 40px;
}
.NP-form-control-group.NP-error {
  border: 0px solid #ff4646;
  border-radius: 3px;
}
b {
  font-weight: 600;
}
p {
  margin: 0 0 10px 0;
}
.NP-content {
  padding: 0 8px;
}
.NP-txtHighlight-primary {
  color: #353535;
  font-weight: 600;
}
.NP-txtHighlight-secondary {
  color: #e03944;
  font-weight: 600;
}
.NP-txtHighlight-tertiary {
  color: #ffc50a;
  font-weight: 600;
}
.NP-scrolltoTop {
  position: fixed;
  bottom: 52px;
  right: 10px;
  z-index: 101;
  background-color: #eee;
  padding: 2px;
  border-radius: 4px;
  opacity: 0.8;
  cursor: pointer;
  display: none;
}
.NP-scrolltoTop svg path {
  fill: #e03944;
}
@media screen and (min-width: 768px) {
  .NP-scrolltoTop {
    right: calc(50% - 373px);
  }
}
.NP-tabs {
  color: #666;
}
.NP-tabs ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.NP-tabs ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.NP-tabs ul li.active {
  color: #353535;
  font-weight: 600;
  border-bottom: 2px solid #e03944;
}
.NP-tabs ul li .NP-highlight {
  color: #68C303;
}
.NP-tabs ul li a {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.NP-tabs.NP-inline {
  text-align: center;
}
.NP-tabs.NP-inline ul {
  table-layout: auto;
  width: auto;
  margin: 0 auto;
}
.NP-tabs.NP-inline ul li {
  margin-right: 25px;
  display: inline-block;
}
.NP-tabs.NP-inline ul li a {
  height: auto;
}
.NP-tabs.NP-inline ul li:last-child {
  margin-right: 0;
}
.NP-tabs.NP-xLarge {
  padding: 10px 0 10px;
}
.NP-tabs.NP-xLarge ul li {
  font-size: 24px;
}
@media screen and (max-width: 300px) {
  .NP-tabs.NP-xLarge ul li {
    font-size: 20px;
  }
}
.NP-tabs.NP-xLarge ul li.active {
  border-bottom-width: 3px;
}
.NP-pills {
  background-color: #2a327b;
  color: #fff;
  height: 40px;
  font-size: 12px;
}
.NP-pills ul {
  padding: 5px 8px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 300px) {
  .NP-pills ul {
    padding: 15px 10px;
  }
}
.NP-pills ul li {
  white-space: nowrap;
  margin-right: 8px;
  border-radius: 100px;
}
.NP-pills ul li.active {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
}
.NP-pills ul li div {
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 60px;
  line-height: 14px;
  padding: 0 10px;
}
.NP-pills .NP-marketList-opera {
  display: none;
}
.NP-tabs-content > .NP-tab-pane {
  display: none;
}
.NP-tabs-content > .NP-tab-pane.active {
  display: block;
}
.NP-selectionButtons ul {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.NP-selectionButtons ul li {
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border: 1px solid #353535;
  border-radius: 3px;
  padding: 0 5px;
  line-height: 14px;
  min-width: 90px;
  max-width: 115px;
  color: #353535;
  font-size: 12px;
  margin-right: 6px;
  white-space: normal;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (max-width: 300px) {
  .NP-selectionButtons ul li {
    font-size: 11px;
    margin-right: 4px;
  }
}
.NP-selectionButtons ul li.active {
  background-color: #353535;
  color: #fff;
  font-weight: 600;
  border: 1px solid #353535;
}
.NP-selectionButtons ul li:first-child {
  margin-left: 8px;
}
@media screen and (max-width: 300px) {
  .NP-selectionButtons ul li:first-child {
    margin-left: 4px;
  }
}
.NP-selectionButtons ul li.NP-select {
  min-width: 100px;
  max-width: 120px;
  padding: 0;
}
.NP-selectionButtons.NP-selectionButtons-large ul {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.NP-selectionButtons.NP-selectionButtons-large ul li {
  height: 35px;
}
.NP-selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  padding: 12px 0;
}
@media screen and (max-width: 300px) {
  .NP-selection {
    flex-direction: column;
    padding: 8px 0;
  }
}
.NP-selectionActions {
  height: 100%;
}
@media screen and (max-width: 300px) {
  .NP-selectionActions {
    padding-top: 8px;
  }
}
.NP-selectionActions ul {
  margin: 0 8px 0 0;
}
@media screen and (max-width: 300px) {
  .NP-selectionActions ul {
    margin: 0 4px 0 0;
  }
}
.NP-selectionActions ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  cursor: pointer;
}
.NP-selectionActions ul li.NP-selectionActions__clear {
  background-color: #e03944;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  padding: 0 8px;
  margin-right: 3px;
}
.NP-selectionActions ul li.NP-selectionActions__help {
  background-color: #ffc50a;
  color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: 600;
}
.NP-subFilterButtons {
  overflow-x: auto;
  overflow-y: hidden;
}
.NP-subFilterButtons ul {
  width: 100%;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.NP-subFilterButtons ul li {
  display: inline-flex;
  color: #aaa;
  padding: 0 3px;
  margin: 0 5px;
}
.NP-subFilterButtons ul li.active {
  border-bottom: 3px solid #353535;
  color: #fff;
  font-weight: 500;
}
.NP-filter-tabs {
  background-color: #eee;
  border-bottom: 1px solid #eee;
}
.NP-filter-tabs ul {
  display: table;
  width: 100%;
}
.NP-filter-tabs ul li {
  display: table-cell;
  text-align: center;
  color: #353535;
  font-weight: 600;
  min-width: 35px;
  height: 32px;
  padding: 0 3px;
  position: relative;
}
.NP-filter-tabs ul li div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  cursor: pointer;
}
.NP-filter-tabs ul li.active {
  border-bottom: 2px solid #353535;
  color: #353535;
  font-weight: 700;
  position: relative;
  bottom: -1px;
  background-color: transparent;
}
@media screen and (max-width: 300px) {
  .NP-filter-tabs ul li.active {
    background-color: transparent;
    color: #353535;
  }
}
.NP-leagueBox .NP-leagueBox-header {
  background-color: #d9e1ff;
  height: 30px;
  color: #fff;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 600;
}
@media screen and (max-width: 300px) {
  .NP-leagueBox .NP-leagueBox-header {
    padding: 0 4px;
  }
}
.NP-leagueBox .NP-leagueBox-header .NP-leagueBox-header__left {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  align-items: center;
  min-width: 0;
}
.NP-leagueBox .NP-leagueBox-header .NP-MarketName {
  color: #e03944;
}
@media screen and (max-width: 300px) {
  .NP-leagueBox
    .NP-leagueBox-header
    .NP-leagueBox-header__right
    .NP-outcomeGroup {
    display: none;
  }
}
.NP-leagueBox .NP-market-header {
  height: 26px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 12px;
  background-color: #fff;
  color: #e03944;
  font-weight: 600;
}
@media screen and (max-width: 300px) {
  .NP-leagueBox .NP-market-header {
    padding: 0 4px;
  }
}
.NP-leagueBox .NP-market-header .NP-market-header__left {
  flex: 1 1 auto;
  text-align: center;
}
.NP-leagueBox .NP-market-header .NP-market-header__right {
  width: 106px;
  text-align: center;
}
@media screen and (max-width: 300px) {
  .NP-leagueBox .NP-market-header .NP-market-header__right {
    width: 84px;
  }
}
.NP-leagueBox .NP-leagueBox-content {
  position: relative;
}
.NP-leagueBox .NP-leagueBox-content .NP-freeBet-banner,
.NP-leagueBox .NP-leagueBox-content .NP-smallBanner {
  margin: 0 -8px;
}
.NP-leagueBox .NP-matchBox {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  border-bottom: 1px solid #d7d7d7;
  color: #333;
}
.NP-leagueBox .NP-matchBox .NP-matchBox-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 4px 8px;
  color: #333;
}
@media screen and (max-width: 300px) {
  .NP-leagueBox .NP-matchBox .NP-matchBox-content {
    flex-wrap: wrap;
    padding: 4px 8px;
  }
}
.NP-leagueBox .NP-matchBox .NP-matchBox__fixtureContent {
  flex: 1 1 auto;
}
.NP-leagueBox .NP-matchBox .NP-matchDetails {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}
.NP-leagueBox .NP-matchBox .NP-match__serialNumber {
  width: 22px;
  min-width: 22px;
  max-width: 22px;
}
@media screen and (max-width: 300px) {
  .NP-leagueBox .NP-matchBox .NP-match__serialNumber {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
  }
}
.NP-leagueBox .NP-matchBox .NP-matchBox__matchInfo {
  flex: 1 1 auto;
}
.NP-leagueBox .NP-matchBox .NP-match__stats {
  border-radius: 3px;
}
.NP-leagueBox .NP-matchBox .NP-match__stats .NP-iconSvg {
  padding: 4px;
  min-width: 18px;
  max-width: 18px;
  cursor: pointer;
}
.NP-leagueBox .NP-matchBox .NP-match__stats .NP-iconSvg svg {
  height: 11px;
  vertical-align: middle;
}
.NP-leagueBox .NP-matchBox .NP-match__stats .NP-iconSvg svg path {
  fill: #666;
}
.NP-leagueBox .NP-matchBox .NP-match__stats.active {
  background-color: #353535;
}
.NP-leagueBox .NP-matchBox .NP-match__stats.active svg path {
  fill: #fff;
}
.NP-leagueBox .NP-matchBox .NP-match__leagueName {
  font-size: 10px;
  color: #aaa;
  margin-bottom: 2px;
}
.NP-leagueBox .NP-matchBox .NP-matchBox__fixtureInfo {
  display: flex;
  flex: 1 1 auto;
  font-size: 12px;
}
.NP-leagueBox .NP-matchBox .NP-matchBox__fixtureInfo .NP-match__teamsInfo {
  flex: 1 1 auto;
  font-weight: 500;
  min-width: 0;
  padding-right: 5px;
}
.NP-leagueBox
  .NP-matchBox
  .NP-matchBox__fixtureInfo
  .NP-match__teamsInfo
  .NP-ball-bat {
  width: 10px;
  margin-right: 5px;
}
.NP-leagueBox .NP-matchBox .NP-vs {
  color: #e03944;
}
.NP-leagueBox .NP-matchBox .NP-matchBox__extraInfo {
  font-size: 10px;
  color: #666;
  margin-top: 2px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.NP-leagueBox .NP-matchBox .NP-matchBox__extraInfo span {
  margin-right: 5px;
  display: inline-block;
}
.NP-leagueBox .NP-matchBox .NP-matchBox__extraInfo .NP-match__smsCode {
  color: #666;
}
.NP-leagueBox .NP-matchBox .NP-matchBox__extraInfo .NP-match__matchMinute {
  color: #666;
  font-weight: 500;
}
.NP-leagueBox .NP-matchBox .NP-matchBox__extraInfo .NP-match__marketsCount {
  background-color: #6f6f6f;
  border-radius: 2px;
  padding: 1px 3px 1px;
  height: 13px;
  line-height: 12px;
  font-size: 10px;
}
.NP-leagueBox .NP-matchBox .NP-matchBox__extraInfo .NP-match__cashoutIcon {
  position: relative;
}
.NP-leagueBox .NP-matchBox .NP-matchBox__extraInfo .NP-match__cashoutIcon i {
  font-size: 18px;
  color: #e03944;
}
.NP-leagueBox .NP-matchBox .NP-matchBox__extraInfo .NP-match__cashoutIcon img {
  width: 20px;
}
.NP-leagueBox .NP-matchBox .NP-matchBox__extraInfo .NP-match__trendingIcon {
  position: relative;
}
.NP-leagueBox .NP-matchBox .NP-matchBox__extraInfo .NP-match__trendingIcon i {
  font-size: 13px;
  color: #ffc50a;
}
.NP-leagueBox .NP-matchBox .NP-matchBox__extraInfo .NP-match__trendingIcon img {
  width: 9px;
}
.NP-leagueBox .NP-matchBox .NP-match__scoreInfo .NP-match__score {
  display: flex;
  justify-content: flex-end;
}
.NP-leagueBox .NP-matchBox .NP-match__scoreInfo .NP-match__score .NP-score {
  min-width: 15px;
  white-space: nowrap;
  display: inline-block;
  text-align: right;
  color: #eee;
}
.NP-leagueBox
  .NP-matchBox
  .NP-match__scoreInfo
  .NP-match__score
  .NP-score.active {
  color: #ffc50a;
}
.NP-leagueBox .NP-matchBox .NP-match__scoreInfo.NP-tennis-score {
  padding-left: 5px;
}
.NP-leagueBox
  .NP-matchBox
  .NP-match__scoreInfo.NP-tennis-score
  .NP-match__score
  .NP-gameScore {
  border-right: 1px solid #555;
  width: 20px;
  padding-right: 5px;
  margin-right: 3px;
}
.NP-leagueBox
  .NP-matchBox
  .NP-match__scoreInfo.NP-tennis-score
  .NP-match__score
  .NP-setPoints {
  width: 25px;
  color: #aaa;
}
.NP-leagueBox
  .NP-matchBox
  .NP-match__scoreInfo.NP-cricket-score
  .NP-match__score
  .NP-score {
  min-width: 35px;
}
.NP-leagueBox .NP-matchBox .NP-outcomeDetails {
  padding-left: 12px;
}
@media screen and (max-width: 300px) {
  .NP-leagueBox .NP-matchBox .NP-outcomeDetails {
    padding-left: 0;
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
.NP-leagueBox .NP-matchBox.NP-matchBox-layout2 .NP-matchBox-content {
  flex-wrap: wrap;
}
.NP-leagueBox
  .NP-matchBox.NP-matchBox-layout2
  .NP-matchBox-content
  .NP-matchDetails {
  padding-top: 4px;
  padding-bottom: 4px;
}
.NP-leagueBox .NP-matchBox.NP-matchBox-layout2 .NP-matchBox__matchInfo {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
}
.NP-leagueBox
  .NP-matchBox.NP-matchBox-layout2
  .NP-matchBox__matchInfo
  .NP-match__matchMinute {
  text-align: right;
}
.NP-leagueBox .NP-matchBox.NP-matchBox-layout2 .NP-outcomeDetails {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.NP-leagueBox.NP-market-totalGoalsWithBTTS
  .NP-leagueBox-header
  .NP-leagueBox-header__right
  .NP-MarketOutCome {
  color: #e03944;
}
.NP-leagueBox.NP-market-BTTS .NP-market-header {
  justify-content: space-between;
}
.NP-leagueBox.NP-market-BTTS .NP-market-header .NP-market-header__left {
  flex: unset;
  width: 166px;
}
@media screen and (max-width: 300px) {
  .NP-leagueBox.NP-market-BTTS .NP-market-header .NP-market-header__left {
    width: 60%;
  }
}
@media screen and (max-width: 300px) {
  .NP-leagueBox.NP-market-BTTS .NP-market-header .NP-market-header__right {
    width: 40%;
  }
}
@media screen and (max-width: 300px) {
  .NP-leagueBox.NP-market-BTTS .NP-leagueBox-header .NP-leagueBox-header__left {
    width: 60%;
  }
  .NP-leagueBox.NP-market-BTTS
    .NP-leagueBox-header
    .NP-leagueBox-header__left
    .NP-outcomeGroup {
    display: block;
    width: 100%;
  }
  .NP-leagueBox.NP-market-BTTS
    .NP-leagueBox-header
    .NP-leagueBox-header__left
    .NP-outcomeGroup
    ul
    li {
    width: 33.33%;
  }
}
@media screen and (max-width: 300px) {
  .NP-leagueBox.NP-market-BTTS
    .NP-leagueBox-header
    .NP-leagueBox-header__right {
    width: 40%;
  }
  .NP-leagueBox.NP-market-BTTS
    .NP-leagueBox-header
    .NP-leagueBox-header__right
    .NP-outcomeGroup {
    display: block;
  }
  .NP-leagueBox.NP-market-BTTS
    .NP-leagueBox-header
    .NP-leagueBox-header__right
    .NP-outcomeGroup
    ul
    li {
    width: 50%;
  }
}
@media screen and (max-width: 300px) {
  .NP-leagueBox.NP-market-BTTS .NP-btnOddsGroup:first-child {
    width: 60%;
  }
  .NP-leagueBox.NP-market-BTTS .NP-btnOddsGroup:first-child ul li {
    width: 33.33%;
  }
  .NP-leagueBox.NP-market-BTTS .NP-btnOddsGroup:first-child ul li:last-child {
    padding-right: 8px;
  }
  .NP-leagueBox.NP-market-BTTS .NP-btnOddsGroup:nth-child(2) {
    width: 40%;
  }
  .NP-leagueBox.NP-market-BTTS .NP-btnOddsGroup:nth-child(2) ul li {
    width: 50%;
  }
}
.NP-leagueBox.NP-market-correctScore .NP-leagueBox-header {
  justify-content: space-between;
}
@media screen and (max-width: 300px) {
  .NP-leagueBox.NP-market-correctScore .NP-outcomeGroup {
    flex: 1 1 0%;
  }
  .NP-leagueBox.NP-market-correctScore .NP-outcomeGroup ul {
    width: 100%;
  }
  .NP-leagueBox.NP-market-correctScore .NP-btnOddsGroup:first-child,
  .NP-leagueBox.NP-market-correctScore .NP-btnOddsGroup:last-child {
    min-width: 40%;
    max-width: 40%;
  }
  .NP-leagueBox.NP-market-correctScore .NP-btnOddsGroup:first-child ul,
  .NP-leagueBox.NP-market-correctScore .NP-btnOddsGroup:last-child ul {
    width: 100%;
    margin: 0;
  }
  .NP-leagueBox.NP-market-correctScore .NP-btnOddsGroup:first-child ul li,
  .NP-leagueBox.NP-market-correctScore .NP-btnOddsGroup:last-child ul li {
    width: 50%;
  }
  .NP-leagueBox.NP-market-correctScore
    .NP-btnOddsGroup:first-child
    ul
    li:last-child,
  .NP-leagueBox.NP-market-correctScore
    .NP-btnOddsGroup:last-child
    ul
    li:last-child {
    width: 100%;
  }
  .NP-leagueBox.NP-market-correctScore .NP-btnOddsGroup:nth-child(2) {
    min-width: 20%;
    max-width: 20%;
  }
  .NP-leagueBox.NP-market-correctScore .NP-btnOddsGroup:nth-child(2) ul {
    width: 100%;
    margin: 0;
  }
  .NP-leagueBox.NP-market-correctScore .NP-btnOddsGroup:nth-child(2) ul li {
    width: 100%;
  }
}
@media screen and (max-width: 300px) {
  .NP-leagueBox.NP-market-totalGoals .NP-threeInRow ul {
    width: auto;
  }
  .NP-leagueBox.NP-market-totalGoals .NP-threeInRow ul li {
    width: 33.33%;
  }
}
.NP-threeInRow ul {
  width: 174px;
  flex-wrap: wrap;
}
@media screen and (max-width: 300px) {
  .NP-threeInRow ul li:last-child .NP-btnOdds {
    font-size: 10px;
  }
}
.NP-twoInRow ul {
  width: 118px;
  flex-wrap: wrap;
}
.NP-twoInRow ul li:last-child {
  width: 100%;
}
.NP-twoInRow ul li:last-child .NP-btnOdds {
  width: 100%;
  font-size: 11px;
}
@media screen and (max-width: 300px) {
  .NP-twoInRow ul li:last-child .NP-btnOdds {
    font-size: 10px;
  }
}
.NP-twoInRow ul li .NP-outcomeItem {
  width: 100%;
}
.NP-oneInRow ul {
  width: 58px;
  flex-wrap: wrap;
}
@media screen and (max-width: 300px) {
  .NP-oneInRow ul {
    width: 44px;
  }
}
.NP-oneInRow ul li:last-child {
  width: 100%;
}
.NP-oneInRow ul li:last-child .NP-btnOdds {
  font-size: 11px;
  white-space: normal;
}
@media screen and (max-width: 300px) {
  .NP-oneInRow ul li:last-child .NP-btnOdds {
    font-size: 10px;
  }
}
.NP-oneInRow ul li .NP-outcomeItem {
  width: 100%;
}
.NP-servingBefore:before {
  content: "";
  position: absolute;
  margin-left: -6px;
  margin-top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #ffc50a;
}
.NP-accordion > .NP-accordion-header {
  background-color: #d9e1ff;
  color: #e03944;
  cursor: pointer;
}
.NP-accordion > .NP-accordion-header .NP-accordion-title {
  font-size: 12px;
  font-weight: 600;
}
.NP-accordion > .NP-accordion-header .NP-accordion-subTitle {
  color: #fff;
  font-size: 11px;
}
.NP-accordion > .NP-accordion-header .NP-leagueBox-header__leagueInfo {
  padding-left: 6px;
  line-height: 12px;
}
.NP-accordion > .NP-accordion-header .NP-leagueBox-header__marketInfo {
  transition: opacity 0.5s linear;
}
.NP-accordion > .NP-accordion-header.NP-arrowBefore {
  position: relative;
}
.NP-accordion > .NP-accordion-header.NP-arrowBefore:before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" fill="%23f6c646" viewBox="0 0 24 20"><path d="M10.8,5.1L0.5,16.3c-0.6,0.8-0.6,2,0,2.7c0.7,0.7,1.8,0.7,2.5,0l9-9.8l9,9.8c0.3,0.4,0.7,0.6,1.2,0.6c0.5,0,1-0.2,1.4-0.6c0.3-0.4,0.5-0.9,0.5-1.4c0-0.5-0.2-1-0.5-1.3L13.3,5.1C13,4.7,12.5,4.5,12,4.5C11.5,4.5,11,4.7,10.8,5.1z"/></svg>');
  margin-right: 8px;
}
.NP-accordion > .NP-accordion-header.NP-arrowAfter {
  position: relative;
}
.NP-accordion > .NP-accordion-header.NP-arrowAfter:after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" fill="%23FFF" viewBox="0 0 24 20"><path d="M10.8,5.1L0.5,16.3c-0.6,0.8-0.6,2,0,2.7c0.7,0.7,1.8,0.7,2.5,0l9-9.8l9,9.8c0.3,0.4,0.7,0.6,1.2,0.6c0.5,0,1-0.2,1.4-0.6c0.3-0.4,0.5-0.9,0.5-1.4c0-0.5-0.2-1-0.5-1.3L13.3,5.1C13,4.7,12.5,4.5,12,4.5C11.5,4.5,11,4.7,10.8,5.1z"/></svg>');
}
.NP-accordion.collapsed > .NP-accordion-header.NP-arrowBefore:before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" fill="%23E03944" viewBox="0 0 24 20"><path d="M13.2,18.9L23.5,7.7c0.6-0.8,0.6-2,0-2.7c-0.7-0.7-1.8-0.7-2.5,0l-9,9.8L3,5.1C2.7,4.7,2.3,4.5,1.9,4.5c-0.5,0-1,0.2-1.4,0.6C0.2,5.5,0,6,0,6.5c0,0.5,0.2,1,0.5,1.3l10.2,11.1c0.3,0.4,0.7,0.6,1.3,0.6C12.5,19.5,13,19.3,13.2,18.9z"/></svg>');
}
.NP-accordion.collapsed > .NP-accordion-header.NP-arrowAfter:after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" fill="%23FFF" viewBox="0 0 24 20"><path d="M13.2,18.9L23.5,7.7c0.6-0.8,0.6-2,0-2.7c-0.7-0.7-1.8-0.7-2.5,0l-9,9.8L3,5.1C2.7,4.7,2.3,4.5,1.9,4.5c-0.5,0-1,0.2-1.4,0.6C0.2,5.5,0,6,0,6.5c0,0.5,0.2,1,0.5,1.3l10.2,11.1c0.3,0.4,0.7,0.6,1.3,0.6C12.5,19.5,13,19.3,13.2,18.9z"/></svg>');
}
.NP-accordion.collapsed
  > .NP-accordion-header
  .NP-leagueBox-header__marketInfo {
  opacity: 0;
}
/* .NP-accordion.collapsed > .NP-accordion-content {
  display: none;
} */
.NP-showMore {
  text-align: center;
  color: #ffc50a;
  font-size: 14px;
  padding: 10px 0;
  margin-bottom: 10px;
  cursor: pointer;
}
.NP-showMore span {
  text-decoration: underline;
}
.NP-showMore i {
  font-size: 10px;
}
.NP-freeBet-banner {
  height: 40px;
  background-color: #353535;
  color: #fff;
}
.NP-freeBet-banner .NP-freeBet-banner-content {
  padding: 7px 8px;
  display: flex;
  align-items: center;
}
.NP-freeBet-banner .NP-freeBet-txt {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 26px;
  margin-right: 10px;
}
.NP-freeBet-banner .NP-freeBet-smallTxt {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14px;
  padding-right: 10px;
  flex: 1 1 auto;
}
.NP-freeBet-banner .NP-btnClaimNow {
  height: 24px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.NP-myAccount-beforeLogin-container {
  text-align: center;
  padding: 15px 10px;
}
.NP-myAccount-beforeLogin-container .NP-btnLogin {
  width: 150px;
  margin-top: 15px;
}
.NP-myAccount-afterLogin-container .NP-logout-container {
  padding: 20px 0;
  text-align: center;
}
.NP-myAccount-afterLogin-container .NP-logout-container .NP-btnLogout {
  width: 150px;
}
.NP-contentBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.NP-contentBlock .NP-leftContent {
  text-align: left;
}
.NP-contentBlock .NP-rightContent {
  text-align: right;
  padding-left: 5px;
}
.NP-myAccount-afterLogin-container {
  padding: 15px 10px 30px;
}
.NP-myAccount-accountBalancesSection {
  margin-bottom: 20px;
}
.NP-myAccount-accountBalancesSection .NP-divider {
  height: 1px;
  background-color: #353535;
  margin: 5px 0 12px;
}
.NP-myAccount-accountBalancesSection .NP-userBalance {
  font-size: 12px;
  font-weight: 500;
}
.NP-myAccount-accountBalancesSection .NP-userBalance .NP-rightContent {
  color: #e03944;
  font-weight: 600;
}
.NP-myAccount-accountBalancesSection .NP-bonusBalance {
  font-size: 10px;
  margin-bottom: 15px;
}
.NP-myAccount-accountBalancesSection .NP-bonusBalance .NP-contentBlock {
  margin-bottom: 5px;
}
.NP-myAccount-accountBalancesSection .NP-txtHighlight {
  color: #353535;
}
.NP-categoryGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.NP-categoryGrid .NP-categoryGridItem {
  border: 1px solid #9bb3d5;
  border-radius: 3px;
  background-color: #ebf2fc;
  width: 48%;
  font-size: 14px;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.NP-categoryGrid .NP-categoryGridItem a {
  width: 100%;
  height: 100%;
}
.NP-myAccount-userLinksSection .NP-userLinks .NP-userLinksItem {
  padding: 6px 8px;
  text-align: center;
  color: #353535;
  cursor: pointer;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.NP-myAccount-userLinksSection
  .NP-userLinks
  .NP-userLinksItem
  .NP-userLink-text {
  text-align: left;
  line-height: 16px;
  font-weight: 600;
}
.NP-myAccount-userLinksSection
  .NP-userLinks
  .NP-userLinksItem
  .NP-userLink-icon {
  text-align: right;
}
.NP-myAccount-userLinksSection
  .NP-userLinks
  .NP-userLinksItem
  .NP-userLink-icon
  i {
  font-size: 30px;
}
.NP-myAccount-userLinksSection
  .NP-userLinks
  .NP-userLinksItem
  .NP-userLink-icon
  .bl-icon-cashout {
  font-size: 24px;
}
.NP-myAccount-userLinksSection
  .NP-userLinks
  .NP-userLinksItem
  .NP-userLink-icon
  .NP-iconSvg {
  height: 32px;
}
.NP-myAccount-userLinksSection
  .NP-userLinks
  .NP-userLinksItem
  .NP-userLink-icon
  .NP-iconSvg
  svg {
  height: 32px;
}
.NP-myAccount-userLinksSection
  .NP-userLinks
  .NP-userLinksItem
  .NP-userLink-icon
  .NP-iconSvg
  svg
  path.np-primary {
  fill: #353535;
}
.NP-myAccount-userLinksSection
  .NP-userLinks
  .NP-userLinksItem
  .NP-userLink-icon
  .NP-iconSvg
  svg
  path.np-secondary {
  fill: #e03944;
}
.NP-content-xSmall {
  padding: 0 35px;
}
@media screen and (max-width: 300px) {
  .NP-content-xSmall {
    padding: 0 10px;
  }
}
.NP-content-medium {
  padding: 0 16px;
}
@media screen and (max-width: 300px) {
  .NP-content-medium {
    padding: 0 6px;
  }
}
.NP-pageTitle {
  font-size: 24px;
  font-weight: 600;
  color: #353535;
  text-align: center;
  margin: 15px 0 20px 0;
}
.NP-pageTitle span {
  display: inline-block;
  border-bottom: 2px solid #353535;
  padding: 0 15px;
}
.NP-pageHeader {
  background-color: #131c5d;
  height: 50px;
  display: flex;
  align-items: center;
  border-top: 1px solid #3d4a8c;
  border-bottom: 1px solid #3d4a8c;
}
.NP-pageHeader .NP-pageBackButton {
  min-width: 50px;
  max-width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3d4a8c;
}
@media screen and (max-width: 300px) {
  .NP-pageHeader .NP-pageBackButton {
    min-width: 40px;
    max-width: 40px;
  }
}
.NP-pageHeader .NP-pageBackButton a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.NP-pageHeader .NP-pageBackButton .NP-iconSvg {
  min-height: 18px;
  max-height: 18px;
}
.NP-pageHeader .NP-pageBackButton .NP-iconSvg svg {
  height: 18px;
}
.NP-pageHeader .NP-pageBackButton .NP-iconSvg svg path {
  fill: #86a4ec;
}
.NP-pageHeader .NP-pageHeader-title {
  font-size: 14px;
  padding-left: 10px;
  font-weight: 500;
}
.NP-pageHeader .NP-pageHeader-title .NP-leagueName {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
}
.NP-pageHeader .NP-pageHeader-title .NP-cupName {
  font-size: 11px;
  color: #ffc50a;
}
.NP-myAccount-pageHeader {
  background-color: #f6f6f6;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.NP-myAccount-pageHeader .NP-myAccount-pageBackButton {
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  z-index: 26;
}
.NP-myAccount-pageHeader .NP-myAccount-pageBackButton a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.NP-myAccount-pageHeader .NP-myAccount-pageBackButton .NP-iconSvg {
  height: 18px;
}
.NP-myAccount-pageHeader .NP-myAccount-pageBackButton .NP-iconSvg svg {
  height: 18px;
}
.NP-myAccount-pageHeader .NP-myAccount-pageBackButton .NP-iconSvg svg path {
  fill: #353535;
}
.NP-myAccount-pageHeader .NP-myAccount-pageHeader-title {
  font-size: 14px;
  margin-left: -50px;
  font-weight: 600;
  color: #353535;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 300px) {
  .NP-myAccount-pageHeader .NP-myAccount-pageHeader-title {
    margin-left: 0;
  }
}
.NP-msgBox {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 8px;
  min-height: 44px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 8px;
  color: #aaa;
}
.NP-msgBox.NP-success {
  border: 1px solid #07ad74;
  color: #07ad74;
  font-size: 14px;
}
.NP-msgBox.NP-error {
  border: 1px solid #fd4051;
  color: #fd4051;
}
.NP-msgBox .NP-btnDeposit {
  width: 100px;
  margin-left: 0;
  margin-top: 4px;
}
.NP-textHighlights {
  color: #ff6767;
  font-weight: 500;
}
.NP-betStatus,
.NP-badge {
  min-width: 30px;
  min-height: 15px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  padding: 0 4px;
}
.NP-betStatus.NP-lost,
.NP-badge.NP-lost {
  background-color: #fc4646;
  color: #fff;
}
.NP-betStatus.NP-won,
.NP-badge.NP-won {
  background-color: #1bce77;
  color: #000;
}
.NP-betStatus.NP-live,
.NP-badge.NP-live {
  background-color: #fc4646;
  color: #fff;
}
.NP-betStatus.NP-inProgress,
.NP-badge.NP-inProgress {
  background-color: #ffc50a;
  color: #000;
}
.NP-betStatus.NP-live-count,
.NP-badge.NP-live-count {
  border-radius: 50%;
  min-width: auto;
  width: 18px;
  height: 18px;
  background-color: #fc4646;
  color: #fff;
  line-height: 18px;
}
.NP-betStatus.NP-open,
.NP-badge.NP-open {
  background-color: #ffc50a;
  color: #000;
}
.NP-scrollableArea.NP-horizontal {
  overflow-x: auto;
}
.NP-leagueHeader {
  background-color: #222;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.NP-leagueHeader.NP-arrowBefore:before {
  margin-right: 8px;
}
.NP-leagueHeader .NP-leagueName {
  color: #ffc50a;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.NP-leagueHeader .NP-cupName {
  color: #aaa;
  font-size: 11px;
}
.NP-league-accordion .NP-content {
  padding: 5px;
}
.NP-categoryList .NP-categoryListItem {
  background-color: #ebf2fc;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  font-size: 12px;
  color: #333;
  position: relative;
  margin-bottom: 5px;
  border-radius: 3px;
}
.NP-categoryList .NP-categoryListItem i {
  margin-right: 10px;
  font-size: 18px;
}
.NP-categoryList .NP-categoryListItem .NP-country-flag {
  width: 20px;
  margin-right: 5px;
}
.NP-categoryList .NP-categoryListItem a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.NP-categoryList .NP-accordion .NP-accordion-header.NP-arrowAfter:after {
  position: absolute;
  right: 10px;
  font-size: 12px;
  color: #fff;
}
.NP-categoryList .NP-accordion .NP-accordion-header.collapse {
  margin-bottom: 1px;
}
.NP-categoryList .NP-accordion .NP-accordion-content .NP-categoryListItem {
  color: #aaa;
}
.NP-instructions-title {
  font-size: 14px;
  font-weight: 600;
  color: #e03944;
  margin-bottom: 5px;
}
.NP-instructions-title.NP-highlightRed {
  color: #353535 !important;
}
.NP-instructions-mainTitle {
  font-size: 14px;
  font-weight: 600;
  color: #e03944;
  border-bottom: 2px solid #e03944;
  margin-bottom: 10px;
}
.NP-instructionsList ol {
  padding: 0 0 0 16px;
  margin: 0 0 10px 0;
}
.NP-instructionsList li {
  margin-bottom: 8px;
  line-height: 16px;
}
.NP-instructionsPage .NP-instructionsPage-content {
  padding: 10px 10px 0;
}
.NP-instructionsPage a {
  text-decoration: underline;
}
.NP-instructionsPage .NP-instructionsList .NP-title {
  margin-bottom: 6px;
  font-size: 14px;
  color: #353535;
  font-weight: 600;
}
.NP-instructionsPage .NP-instructionsList ol {
  counter-reset: item;
}
.NP-instructionsPage .NP-instructionsList ol > li {
  color: #333;
  text-align: justify;
  display: block;
  position: relative;
}
.NP-instructionsPage .NP-instructionsList ol > li::before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 3px;
}
.NP-instructionsPage .NP-instructionsList ol > li p {
  color: #333;
  font-size: 12px;
  font-weight: normal;
  text-align: justify;
}
.NP-instructionsPage .NP-instructionsList ol > li ol {
  padding-left: 5px;
}
.NP-instructionsPage .NP-instructionsList ol > li > ul {
  padding-top: 10px;
}
.NP-instructionsPage .NP-instructionsList ol > li > ul li:last-child {
  margin-bottom: 0;
}
.NP-instructionsPage .NP-instructionsList ul {
  padding: 0 0 10px 15px;
}
.NP-instructionsPage .NP-instructionsList ul li {
  list-style: disc;
}
.NP-instructionsPage .NP-instructionsList ul.NP-alphabetList li {
  list-style: lower-alpha;
}
.NP-instructionsPage .NP-instructionsList table {
  margin-bottom: 10px;
}
.NP-instructionsPage .NP-instructionsList table tr th {
  background-color: #464646;
}
.NP-instructionsPage .NP-instructionsList table tr td,
.NP-instructionsPage .NP-instructionsList table tr th {
  padding: 4px 6px;
  border: 1px solid #464646;
  color: #333;
  font-size: 12px;
}
.NP-virtual-iframe {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.NP-virtual-iframe iframe {
  border: 0;
  width: 100%;
  height: 2050px;
}
.NP-pick6-iframe {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.NP-pick6-iframe iframe {
  border: 0;
  width: 100%;
  height: 3000px;
}
.NP-zeroBalance-banner {
  background-color: #353535;
  color: #fff;
}
.NP-zeroBalance-banner .NP-zeroBalance-banner-content {
  padding: 8px;
  text-align: center;
}
.NP-zeroBalance-banner .NP-helpTxt {
  font-size: 11px;
  margin-top: 2px;
}
.NP-instructionsList .NP-socialIcons {
  display: flex;
  align-items: center;
}
.NP-instructionsList .NP-socialIcons li {
  padding-right: 20px;
  list-style: none !important;
}
.NP-instructionsList .NP-socialIcons li img {
  text-align: center;
}
.NP-mainBanner .NP-mainBanner-item img {
  height: 100px;
  width: auto;
}
.NP-mainBanner .NP-mainBanner-item.NP-banner-tertiary {
  background-color: #ffc50a;
}
.NP-jackpot-home {
  background-color: #fff;
}
.NP-JP-market-group {
  padding-bottom: 10px;
}
.NP-JP-market-group .NP-JP-market-group__content {
  margin-bottom: 10px;
}
.NP-JP-market-group .NP-JP-market-group__header {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  background-color: #ffc50a;
}
.NP-JP-market-group .NP-JP-market-group__header .NP-iconSvg {
  margin-right: 5px;
}
@media screen and (max-width: 300px) {
  .NP-JP-market-group .NP-JP-market-group__header {
    font-size: 14px;
  }
}
.NP-JP-market-group
  .NP-JP-market-group__header
  .NP-JP-market-group__header-left {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.NP-JP-market-group
  .NP-JP-market-group__header
  .NP-JP-market-group__header-left
  img {
  min-height: 20px;
  max-height: 20px;
  min-width: 20px;
  max-width: 20px;
}
.NP-JP-market-group
  .NP-JP-market-group__header
  .NP-JP-market-group__header-left
  .NP-JP-market-header__title {
  line-height: 18px;
  margin-left: 8px;
  margin-top: 2px;
}
@media screen and (max-width: 260px) {
  .NP-JP-market-group
    .NP-JP-market-group__header
    .NP-JP-market-group__header-left
    .NP-JP-market-header__title {
    font-size: 12px;
  }
}
.NP-JP-market-group .NP-JP-market-group__header.NP-JP-market__header-1x2 {
  background-color: #ffc50a;
  color: #000;
}
.NP-JP-market-group .NP-JP-market-group__header.NP-JP-market__header-BTTS {
  background-color: #5eb1dd;
  color: #fff;
}
.NP-JP-market-group
  .NP-JP-market-group__header.NP-JP-market__header-correctScore {
  background-color: #000;
  color: #fff;
}
.NP-JP-market-group .NP-JP-market-group__header.NP-JP-market__header-1x2BTTS {
  background-color: #e03944;
  color: #fff;
}
.NP-JP-market-group
  .NP-JP-market-group__header.NP-JP-market__header-totalGoalsBTTS {
  background-color: #e03944;
  color: #fff;
}
.NP-JP-market-group
  .NP-JP-market-group__header.NP-JP-market__header-totalGoals {
  background-color: #3fbb9f;
  color: #fff;
}
.NP-JP-market-group .NP-JP-market-group__header.NP-JP-market__header-overUnder {
  background-color: #764a9d;
  color: #fff;
}
.NP-JP-market-group
  .NP-JP-market-group__header.NP-JP-market__header-1x2overUnder {
  background-color: #e03944;
  color: #fff;
}
.NP-JP-market-group
  .NP-JP-market-group__header
  .NP-JP-market-group__header-right {
  background-repeat: no-repeat;
  height: 45px;
  width: 130px;
}
@media screen and (max-width: 300px) {
  .NP-JP-market-group
    .NP-JP-market-group__header
    .NP-JP-market-group__header-right {
    display: none;
  }
}
.NP-JP-market-group:first-child .NP-JP-market-group__header {
  margin-top: 10px;
}
.NP-JP-cardBanner {
  background-color: #fff;
  color: white;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #d0d0d0;
  line-height: 1;
  margin-bottom: 8px;
}
.NP-JP-cardBanner .NP-btnPlay {
  width: 110px;
  font-size: 14px;
  font-weight: 600;
  height: 32px;
  background-color: #353535;
  color: #fff;
  border: 0;
}
@media screen and (max-width: 300px) {
  .NP-JP-cardBanner .NP-btnPlay {
    width: auto;
    font-size: 12px;
    height: 28px;
    margin-top: 5px;
  }
}
.NP-JP-cardBanner .NP-accordion-header {
  background-color: transparent;
}
.NP-JP-cardBanner:last-child {
  margin-bottom: 0;
}
.NP-JP-cardBanner-container .NP-cardBanner__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 300px) {
  .NP-JP-cardBanner-container .NP-cardBanner__header {
    flex-direction: column;
  }
}
.NP-JP-cardBanner-container .NP-cardBanner__title {
  font-weight: 600;
  color: #353535;
  padding-right: 6px;
}
@media screen and (max-width: 300px) {
  .NP-JP-cardBanner-container .NP-cardBanner__title {
    width: 100%;
  }
}
.NP-JP-cardBanner-container .NP-cardBanner__status {
  text-align: right;
}
@media screen and (max-width: 300px) {
  .NP-JP-cardBanner-container .NP-cardBanner__status {
    width: 100%;
  }
}
.NP-JP-cardBanner-container .NP-prizeMoneyAccordion {
  position: relative;
}
.NP-JP-cardBanner-container .NP-prizeMoneyAccordion .NP-iconInfo svg {
  height: 20px;
}
.NP-JP-cardBanner-container
  .NP-prizeMoneyAccordion
  .NP-iconInfo
  svg
  .path-circle {
  fill: #ffc50a;
}
.NP-JP-cardBanner-container .NP-prizeMoneyAccordion .NP-iconInfo svg .path-i {
  fill: #000;
}
.NP-JP-cardBanner-container
  .NP-prizeMoneyAccordion
  .NP-iconInfo.active
  svg
  .path-circle {
  fill: #353535;
}
.NP-JP-cardBanner-container
  .NP-prizeMoneyAccordion
  .NP-iconInfo.active
  svg
  .path-i {
  fill: #fff;
}
.NP-JP-cardBanner-container .NP-cardBanner__prizeMoney-container {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.NP-JP-cardBanner-container .NP-cardBanner__prizeMoney {
  font-weight: 700;
  color: #353535;
}
.NP-JP-cardBanner-container .NP-cardBanner__prizeMoney .NP-currency {
  font-size: 13px;
}
.NP-JP-cardBanner-container .NP-cardBanner__prizeMoney .NP-prizeValue {
  font-size: 24px;
}
@media screen and (max-width: 300px) {
  .NP-JP-cardBanner-container .NP-cardBanner__prizeMoney .NP-prizeValue {
    font-size: 18px;
  }
}
.NP-JP-cardBanner-container .NP-iconInfo svg {
  height: 20px;
}
.NP-JP-cardBanner-container .NP-iconInfo svg .path-circle {
  fill: #ffc50a;
}
.NP-JP-cardBanner-container .NP-iconInfo svg .path-i {
  fill: #000;
}
.NP-JP-cardBanner-container .NP-iconInfo.active svg .path-circle {
  fill: #353535;
}
.NP-JP-cardBanner-container .NP-iconInfo.active svg .path-i {
  fill: #fff;
}
.NP-JP-cardBanner-container .NP-cardBanner__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 300px) {
  .NP-JP-cardBanner-container .NP-cardBanner__footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .NP-JP-cardBanner-container
    .NP-cardBanner__footer
    .NP-cardBanner__bonusExtraInfo {
    width: 100%;
  }
}
.NP-JP-cardBanner-container .NP-cardBanner__description {
  padding-top: 2px;
}
.NP-JP-cardBanner-container .NP-cardBanner__bonus {
  padding-bottom: 5px;
}
.NP-JP-cardBanner-container .NP-cardBanner__extraInfo {
  font-size: 10px;
  font-weight: 600;
  color: #e03944;
}
@media screen and (max-width: 300px) {
  .NP-JP-cardBanner-container .NP-cardBanner__extraInfo {
    line-height: 1.3;
  }
}
.NP-JP-cardBanner-container .NP-cardBanner__countdown {
  color: #dd5033;
  font-weight: 700;
}
.NP-JP-cardBanner-container .NP-cardBanner__actions {
  align-self: flex-end;
  margin-left: 4px;
}
@media screen and (max-width: 300px) {
  .NP-JP-cardBanner-container .NP-cardBanner__actions {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.NP-JP-cardBanner.previousResults .NP-prizeMoneyAccordion,
.NP-JP-cardBanner.play .NP-prizeMoneyAccordion {
  padding: 8px 0;
}
.NP-JP-cardBanner.previousResults .NP-cardBanner__prizeMoney-container,
.NP-JP-cardBanner.play .NP-cardBanner__prizeMoney-container {
  padding: 0;
}
.NP-jackpotPlay .NP-JP-cardBanner,
.NP-jackpot-result .NP-JP-cardBanner,
.NP-JP-previousResults .NP-JP-cardBanner {
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
}
.NP-jackpotPlay .NP-JP-market-group,
.NP-jackpot-result .NP-JP-market-group,
.NP-JP-previousResults .NP-JP-market-group {
  padding-bottom: 0;
}
.NP-jackpotPlay .NP-JP-market-group .NP-JP-market-group__header,
.NP-jackpot-result .NP-JP-market-group .NP-JP-market-group__header,
.NP-JP-previousResults .NP-JP-market-group .NP-JP-market-group__header {
  margin: 0;
}
.NP-jackpotPlay,
.NP-JP-previousResults {
  background-color: #fff;
  padding-bottom: 20px;
}
.NP-JP-previousResults {
  background-color: #fff;
  padding-bottom: 20px;
}
.NP-jackpotHistory {
  background-color: #fff;
}
.NP-match__statsContent {
  display: none;
}
.NP-JP-gameSelection .NP-JP-stakeSelection {
  background-color: #f6f6f6;
}
.NP-JP-gameSelection .NP-JP-gameSelection-footer {
  padding: 12px 10px 15px;
}
.NP-JP-gameSelection .NP-JP-gameSelection-footer .NP-contentBlock {
  align-items: center;
  margin-bottom: 5px;
  line-height: 20px;
}
.NP-JP-gameSelection .NP-JP-gameSelection-footer .NP-txtHighlight-primary {
  color: #353535;
  font-weight: bold;
}
.NP-JP-gameSelection .NP-JP-gameSelection-footer .NP-select {
  width: 110px;
  float: right;
  height: 30px;
}
.NP-JP-gameSelection .NP-JP-gameSelection-footer .NP-btnJP-placeBet {
  margin-top: 10px;
  background-color: #e03944;
  border: 1px solid #e03944;
}
.NP-JP-gameSelection__previousResults,
.NP-JP-previousResults__myJackpots {
  color: #e03944;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  padding-top: 5px;
  text-align: center;
}
.NP-JP-results .NP-JP-results-header {
  background-color: #ccdbfe;
  padding: 5px 10px;
  text-align: right;
  font-weight: 600;
  color: white;
}
.NP-JP-result-matchBox {
  display: flex;
  padding: 5px 10px;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
@media screen and (max-width: 300px) {
  .NP-JP-result-matchBox {
    display: block;
    padding: 5px !important;
  }
  .NP-JP-result-matchBox .NP-match__leftInfo {
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .NP-JP-result-matchBox .NP-match__rightInfo {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .NP-JP-result-matchBox .NP-match__rightInfo .NP-matchBox__matchStatus {
    max-width: 100% !important;
  }
  .NP-JP-result-matchBox .NP-matchDetails {
    padding-top: 18px;
  }
}
.NP-JP-result-matchBox .NP-match__serialNumber {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
}
.NP-JP-result-matchBox .NP-match__date {
  color: #666;
  width: 66px;
  min-width: 66px;
  max-width: 66px;
}
.NP-JP-result-matchBox .NP-matchDetails {
  flex: 1 1 auto;
  text-align: center;
  min-width: 0;
}
.NP-JP-result-matchBox .NP-matchBox__fixtureInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  flex: 1 1 auto;
}
.NP-JP-result-matchBox .NP-matchBox__fixtureInfo .NP-match__teamInfo {
  flex: 1 1 0%;
  line-height: 14px;
  min-width: 0;
}
.NP-JP-result-matchBox .NP-matchBox__fixtureInfo .NP-match__teamName {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.NP-JP-result-matchBox .NP-matchBox__fixtureInfo .NP-match__teamName.NP-won {
  font-weight: 700;
}
.NP-JP-result-matchBox .NP-matchBox__fixtureInfo .NP-match__scoreContainer {
  flex: 1 1 0%;
  max-width: 50px;
  min-width: 50px;
}
@media screen and (max-width: 300px) {
  .NP-JP-result-matchBox .NP-matchBox__fixtureInfo .NP-match__scoreContainer {
    max-width: 55px;
    min-width: 55px;
  }
}
.NP-JP-result-matchBox
  .NP-matchBox__fixtureInfo
  .NP-match__scoreContainer
  .NP-match__score {
  background-color: white;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  width: 35px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 300px) {
  .NP-JP-result-matchBox
    .NP-matchBox__fixtureInfo
    .NP-match__scoreContainer
    .NP-match__score {
    width: 45px;
  }
}
.NP-JP-result-matchBox
  .NP-matchBox__fixtureInfo
  .NP-match__scoreContainer
  .NP-match__score.NP-won {
  background-color: #05ad72;
}
.NP-JP-result-matchBox
  .NP-matchBox__fixtureInfo
  .NP-match__scoreContainer
  .NP-match__score.NP-loss {
  background-color: #ff4545;
}
.NP-JP-result-matchBox
  .NP-matchBox__fixtureInfo
  .NP-match__scoreContainer
  .NP-match__score.NP-draw {
  background-color: #999;
}
.NP-JP-result-matchBox
  .NP-matchBox__fixtureInfo
  .NP-match__scoreContainer
  .NP-match__score.NP-h2h {
  background-color: #999;
}
.NP-JP-result-matchBox .NP-matchBox__fixtureInfo .NP-home {
  text-align: right;
}
.NP-JP-result-matchBox .NP-matchBox__fixtureInfo .NP-home + .NP-match__corners {
  text-align: right;
}
.NP-JP-result-matchBox .NP-matchBox__fixtureInfo .NP-away {
  text-align: left;
}
.NP-JP-result-matchBox .NP-matchBox__fixtureInfo .NP-away + .NP-match__corners {
  text-align: left;
}
.NP-JP-result-matchBox .NP-matchBox__extraInfo {
  position: relative;
  top: 1px;
  line-height: 12px;
}
.NP-JP-result-matchBox .NP-matchBox__extraInfo .NP-matchBox__matchStatus {
  font-size: 9px;
  color: #666;
  padding-top: 2px;
  display: inline-block;
}
.NP-JP-result-matchBox
  .NP-matchBox__extraInfo
  .NP-matchBox__matchStatus.NP-isLive {
  color: #ff4545;
}
.NP-JP-result-matchBox .NP-match__rightInfo .NP-matchBox__matchStatus {
  max-width: 60px;
  min-width: 60px;
  text-align: right;
  font-size: 11px;
}
.NP-JP-result-matchBox
  .NP-match__rightInfo
  .NP-matchBox__matchStatus.NP-isLive {
  color: #ff4545;
}
.NP-JP-result-matchBox .NP-match__predictedResult {
  max-width: 70px;
  min-width: 70px;
  text-align: right;
  color: #666;
}
.NP-JP-result-matchBox .NP-match__predictedResult.NP-won {
  color: #05ad72;
}
.NP-JP-result-matchBox .NP-match__predictedResult.NP-loss {
  color: #ff4545;
}
.NP-JP-result-matchBox .NP-match__predictedResult.NP-draw {
  color: #999;
}
.NP-JP-betDetails {
  background-color: #fff;
  padding: 12px;
  font-size: 11px;
}
.NP-JP-betDetails .NP-txtHighlight {
  color: white;
  font-weight: bold;
}
.NP-match-stats__shortResult {
  padding: 8px;
  display: flex;
  justify-content: flex-start;
}
.NP-match-stats__shortResult.NP-alignRight {
  justify-content: flex-end;
}
.NP-match-stats__shortResult ul {
  display: table;
}
.NP-match-stats__shortResult ul li {
  width: 20px;
  height: 18px;
  display: table-cell;
  text-align: center;
  float: left;
  background-color: #999;
  color: #fff;
  margin: 0 2px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 18px;
}
.NP-match-stats__shortResult ul li.NP-won {
  background-color: #05ad72;
}
.NP-match-stats__shortResult ul li.NP-loss {
  background-color: #ff4545;
}
.NP-match-stats__shortResult ul li.NP-draw {
  background-color: #999;
}
.NP-match-stats__shortResult ul li:first-child {
  margin-left: 0;
}
.NP-match-stats__shortResult ul li:last-child {
  margin-right: 0;
}
.NP-match-stats__result {
  border: 1px solid #d7d7d7;
  margin: 5px 0 10px;
}
.NP-match-stats__result .NP-JP-result-matchBox {
  padding: 10px;
}
.NP-match-stats__result .NP-JP-result-matchBox:last-child {
  border-bottom: none;
}
.NP-previousResultsList .NP-previousResultsListItem {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  background-color: #131c5d;
  color: #f6c646;
}
.NP-previousResultsList .NP-previousResultsListItem .NP-contentBlock {
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 8px;
}
.NP-previousResultsList
  .NP-previousResultsListItem
  .NP-contentBlock
  .NP-leftContent,
.NP-previousResultsList
  .NP-previousResultsListItem
  .NP-contentBlock
  .NP-rightContent {
  max-width: 100%;
  width: 100%;
  flex: unset;
}
.NP-previousResultsList .NP-previousResultsListItem .NP-previousResults-title {
  font-size: 12px;
  font-weight: 600;
}
.NP-previousResultsList .NP-accordion.collapsed {
  border-bottom: 1px solid #fff;
}
.NP-previousResultsList .NP-accordion.collapsed .NP-previousResultsListItem {
  background-color: #d9e1ff;
  color: #e03944;
}
.NP-previousResultsList
  .NP-accordion.collapsed
  .NP-previousResultsListItem
  .NP-previousResults-status {
  color: white;
}
.NP-JP-result-matchBox .NP-match__corners {
  font-size: 10px;
  padding-right: 3px;
}
.NP-JP-result-matchBox .NP-match__corners .NP-match__corners__count {
  padding-left: 3px;
}
.NP-betReceipt-container {
  padding: 20px 26px;
}
@media screen and (max-width: 300px) {
  .NP-betReceipt-container {
    padding: 20px 10px;
  }
}
.NP-betReceipt-container .NP-betReceipt-header {
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.NP-betReceipt-container .NP-betReceipt-content {
  padding: 20px 15px;
  background-color: #ebf2f6;
  position: relative;
}
.NP-betReceipt-container .NP-receipt-edge-top {
  background-repeat: repeat-x;
  width: 100%;
  height: 12px;
}
.NP-betReceipt-container .NP-receipt-edge-bottom {
  background-repeat: repeat-x;
  width: 100%;
  height: 12px;
}
.NP-betReceipt-container .NP-betReceipt-success-icon {
  text-align: center;
  padding-bottom: 14px;
}
.NP-betReceipt-container .NP-betReceipt-betSuccess {
  text-align: center;
  color: #1bce77;
  font-size: 14px;
}
.NP-betReceipt-container .NP-betReceipt-info {
  margin: 10px 0;
}
.NP-betReceipt-container .NP-betReceipt-info .NP-betBox {
  border: 1px solid #666;
}
.NP-betReceipt-container
  .NP-betReceipt-info
  .NP-betBox
  .NP-betBox-content
  .NP-bet-details
  .NP-betSlip-odds {
  color: #e03944;
}
.NP-betReceipt-container .NP-betReceipt-info .NP-betBox .NP-betBox-stakeRetuns {
  background-color: #333;
}
.NP-betReceipt-container .NP-betReceipt-info .NP-betReceiptBox {
  line-height: 18px;
}
.NP-betReceipt-container .NP-betReceipt-info .NP-contentBlock {
  padding: 10px 0;
  border-bottom: 1px solid #d5d5d5;
}
.NP-betReceipt-container .NP-betReceipt-info .NP-contentBlock:last-child {
  border: none;
}
.NP-betReceipt-container .NP-betReceipt-info .NP-contentBlock .NP-rightContent {
  font-weight: 600;
}
.NP-betReceipt-container .NP-betReceipt-info .NP-JP-taxInfo {
  font-size: 9px;
  color: #e03944;
}
.NP-betReceipt-container .NP-betReceipt-btnClose {
  display: flex;
}
.NP-betReceipt-container .NP-betReceipt-btnClose .btn {
  font-size: 14px;
}
.NP-betReceipt-container .NP-betReceipt-btnClose .btn:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 300px) {
  .NP-betReceipt-container .NP-betReceipt-btnClose .btn {
    font-size: 10px;
  }
}
.NP-categoryList-history .NP-categoryListItem {
  height: auto;
  min-height: 45px;
  border-radius: 0;
}
.NP-categoryList-history .NP-categoryListItem .NP-contentBlock {
  width: 100%;
  display: flex;
  align-items: center;
}
.NP-categoryList-history .NP-categoryListItem .NP-contentBlock .NP-leftContent {
  max-width: 100%;
  padding-right: 5px;
}
.NP-categoryList-history
  .NP-categoryListItem
  .NP-contentBlock
  .NP-rightContent {
  max-width: 100%;
}
.NP-categoryList-history .NP-categoryListItem .NP-history-title {
  font-weight: 600;
  color: white;
  margin-bottom: 3px;
}
.NP-categoryList-history .NP-categoryListItem .NP-history-dateTime {
  font-size: 10px;
  color: #999;
}
.NP-categoryList-history .NP-categoryListItem .NP-history-closingBalance {
  font-size: 9px;
  color: #ddd;
}
.NP-categoryList-history .NP-categoryListItem .NP-history-amount {
  font-weight: 600;
  font-size: 14px;
}
.NP-categoryList-history .NP-categoryListItem .NP-history-amount.NP-won {
  color: #05ad72;
}
.NP-categoryList-history .NP-categoryListItem .NP-status {
  font-size: 10px;
}
.NP-categoryList-history .NP-categoryListItem .NP-failure {
  color: #ff6767;
}
.NP-categoryList-history .NP-categoryListItem .NP-success {
  color: #1bce77;
}
.NP-categoryList-history .NP-accordion.collapsed {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}
.NP-categoryList-history .NP-accordion.collapsed .NP-accordion-header {
  margin-bottom: 0;
}
.NP-categoryList-history .NP-accordion.collapsed .NP-accordion-header::before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" fill="%23333" viewBox="0 0 24 20"><path d="M10.8,5.1L0.5,16.3c-0.6,0.8-0.6,2,0,2.7c0.7,0.7,1.8,0.7,2.5,0l9-9.8l9,9.8c0.3,0.4,0.7,0.6,1.2,0.6c0.5,0,1-0.2,1.4-0.6c0.3-0.4,0.5-0.9,0.5-1.4c0-0.5-0.2-1-0.5-1.3L13.3,5.1C13,4.7,12.5,4.5,12,4.5C11.5,4.5,11,4.7,10.8,5.1z"/></svg>');
}
.NP-categoryList-history .NP-accordion .NP-accordion-header {
  margin-bottom: 0;
}
.NP-categoryList-history .NP-accordion .NP-accordion-header::before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" fill="%23333" viewBox="0 0 24 20"><path d="M10.8,5.1L0.5,16.3c-0.6,0.8-0.6,2,0,2.7c0.7,0.7,1.8,0.7,2.5,0l9-9.8l9,9.8c0.3,0.4,0.7,0.6,1.2,0.6c0.5,0,1-0.2,1.4-0.6c0.3-0.4,0.5-0.9,0.5-1.4c0-0.5-0.2-1-0.5-1.3L13.3,5.1C13,4.7,12.5,4.5,12,4.5C11.5,4.5,11,4.7,10.8,5.1z"/></svg>');
}
.NP-categoryList-history .NP-accordion .NP-accordion-header .NP-contentBlock {
  padding-left: 8px;
}
.NP-pagination {
  display: flex;
  background-color: #ccdbfe;
}
.NP-pagination ul {
  display: flex;
  align-items: center;
}
.NP-pagination ul.NP-pagination-controls li {
  width: 35px;
  margin-right: 1px;
}
.NP-pagination ul.NP-pagination-controls li:last-child {
  margin-right: 0;
}
.NP-pagination ul.NP-pagination-controls li a {
  background-color: white;
}
.NP-pagination ul.NP-pagination-controls li a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.NP-pagination ul.NP-pagination-controls li a .NP-iconSvg {
  min-height: 12px;
  max-height: 12px;
}
.NP-pagination ul.NP-pagination-controls li a .NP-iconSvg svg {
  height: 12px;
}
.NP-pagination ul.NP-pagination-controls li a .NP-iconSvg svg path {
  fill: #fff;
}
.NP-pagination ul.NP-pagination-links {
  flex: 1 1 auto;
  padding: 3px 2px;
}
.NP-pagination ul.NP-pagination-links li {
  height: 25px;
  min-width: 20px;
  padding: 0 3px;
}
.NP-pagination ul.NP-pagination-links li a {
  background-color: #fff;
  border-radius: 3px;
  border: 0px solid white;
}
.NP-pagination ul.NP-pagination-links li a.active {
  background-color: white;
  border: 0;
  font-weight: 500;
  color: #fff;
}
.NP-pagination ul li {
  text-align: center;
  flex: 1 1 auto;
  height: 35px;
  position: relative;
}
.NP-pagination ul li a {
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.v-hide {
  visibility: hidden;
}
/*# sourceMappingURL=BYU-B2B-JP-Styles-Kenya-min.css.map */
