/* Remove sticky sidebar in default-page layout */
.row.default-page .sidebar {
  position: static !important;
  top: auto !important;
}

/* Add small top padding to sidebar to align with content */
.row.default-page .sidebar {
  padding-top: 0.3rem;
}

/* Tips Banner Wrapper - Scoped styles */
.tips-banner-wrapper {
  margin-left:auto; margin-right:auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  box-sizing: border-box;
  overflow: hidden;
  max-width:1124px;
}
.tips-banner-wrapper * {
  box-sizing: border-box;
}

.tips-banner-wrapper a {
  text-decoration: none;
}

.tips-banner-wrapper img {
  max-width: 100%;
  height: auto;
}

/* Ensure content wrapper displays correctly */
.tips-banner-wrapper .rate-content,
.tips-banner-wrapper .rate-infobar,
.tips-banner-wrapper .betslip-wrapper {
  display: block;
  width: 100%;
}

.no-open-draws-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  display: none;
}
.no-open-draws-overlay.enabled {
  display: block;
}
.no-open-draws-overlay .no-open-draws-overlay-txt {
  position: relative;
  top: 10%;
  padding: 16px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

.tips-banner-wrapper .rate-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4px 10px;
  font-size: 10px;
  background-image: url("../images/svspl_blue.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  background-color: #00427a;
  color: #fff;
}
.tips-banner-wrapper .rate-logo-wrapper img {
  height: 24px !important;
  max-width: 100% !important;
  width: auto !important;
  display: block !important;
}
.tips-banner-wrapper .rate-logo-wrapper a {
  margin: 4px 0;
  display: inline-block !important;
}

.rate-logo-tagline {
  max-width: 250px;
  text-align: center;
}

.rate-infobar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  font-size: 12px;
  background: #042a4a;
  color: #fff;
  gap: 10px;
  flex-wrap: wrap;
}

.rate-infobar-details {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.rate-infobar-details > div:not(.system-container) {
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  .rate-infobar {
    flex-direction: column;
    align-items: stretch;
  }
  .rate-infobar .rate-infobar-details {
    display: flex;
    flex-wrap: wrap;
  }
  .rate-infobar .rate-infobar-details div {
    flex: 1 1 50%;
  }
  .rate-infobar .rate-infobar-details div:nth-child(2n) {
    text-align: right;
  }
}

.rate-content {
  background: #ffffff;
  border-left: 1px solid #bdc1ca;
  border-right: 1px solid #bdc1ca;
}

.no-content {
  padding: 20px;
  text-align: center;
}

.restricted .rate-content {
  max-height: 494px;
  overflow: hidden;
}

.rate-info-row {
  position: relative;
  padding: 10px 10px;
}
.rate-info-row:not(:last-child) {
  border-bottom: 1px solid #bdc1ca;
}

.meta-row {
  display: flex;
  align-items: center;
}

.odds-rows {
  width: 100%;
}

.rate-info-column-stake {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.rate-info-sub-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.rate-info-sub-row .info-column-stake {
  width: 35px;
  text-align: center;
  display: block;
  padding: 0;
}
.rate-info-sub-row .info-column-stake span {
  display: block;
  font-size: 11px;
  color: #323233;
  text-align: center;
}

.rate-info-name .info-column-stake {
  height: 35px;
  font-size: 18px;
  color: #bdc2ca;
  background: #fff;
  border: 1px solid #bdc2ca;
  outline: none;
  cursor: pointer;
}
.rate-info-name .info-column-stake:active, .rate-info-name .info-column-stake:focus, .rate-info-name .info-column-stake:hover {
  border: 1px solid #00427a;
  background: rgba(0, 66, 122, 0.5);
  color: #ffffff;
}
.rate-info-name .info-column-stake:not(.selected):active {
  background: #ffffff !important;
  border: 1px solid #cccccc !important;
  color: #000000 !important;
}
.rate-info-name .info-column-stake.hidden {
  display: none;
}
.rate-info-name .info-column-stake.selected {
  font-weight: 500;
  border: 1px solid #00427a;
  background: #00427a;
  color: #ffffff;
}
.rate-info-name .info-column-stake.selected:hover {
  background: #00427a;
}

.rate-info-odds {
  margin: 7px 0 0 0;
}

.rate-info-column-number .info-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  background: #00427a;
}

.rate-info-column-team {
  flex: 1 1 auto;
}

.info-team-name {
  font-size: 13px;
  font-weight: 700;
  color: #2e2f33;
}

.info-statistic-text,
.info-odds-text {
  font-size: 11px;
  color: #323233;
  line-height: 1.66;
}

.display-all {
  height: 49px;
  display: none;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  background: #d8edfe;
  border: 1px solid #bdc1ca;
}

.restricted .display-all {
  display: flex;
}

.display-all-btn {
  color: grey;
}

.betslip-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 12px;
  color: #ffffff;
  background: #042a4a;
}

.summary-wrapper-row {
  display: flex;
  height: 34px;
}

.summary-all-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 30%;
  padding: 0 10px;
}
.summary-all-row .all-row-holder span {
  position: relative;
  padding: 0 0 0 19px;
  margin: 0 5px 0 0;
}
.summary-all-row .all-row-holder span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 14px;
  width: 14px;
  background: #ffffff;
}

.summary-half-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 30%;
  padding: 0 10px;
}
.summary-half-row .half-row-holder span {
  position: relative;
  padding: 0 0 0 19px;
  margin: 0 5px 0 0;
}
.summary-half-row .half-row-holder span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 14px;
  width: 14px;
  border: 1px solid #ffffff;
}
.summary-half-row .half-row-holder span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 14px;
  width: 7px;
  background: #ffffff;
}

.summary-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 40%;
  padding: 0 10px;
}

.tips-banner-wrapper .price-row-value {
  font-weight: 700;
  white-space: nowrap;
}

.tips-banner-wrapper .summary-button-row a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff !important;
  background: #02bdf9 !important;
  text-transform: uppercase;
  transition: all 0.15s;
  text-decoration: none !important;
  padding: 0 !important;
  border: none !important;
  width: 100%;
}
.tips-banner-wrapper .summary-button-row a:hover {
  background: #15c7ff !important;
}
.tips-banner-wrapper .summary-button-row a.disabled {
  background-color: #00befa !important;
  opacity: 0.8;
  pointer-events: none;
}
.tips-banner-wrapper .summary-button-row a.disabled:hover {
  background-color: #00befa !important;
  opacity: 0.8;
}
.tips-banner-wrapper .summary-button-row a small {
  text-transform: none;
  font-size: 9px;
  color: #ffffff !important;
}

.comment-img {
  margin-right: 10px;
  cursor: pointer;
}
.comment-img .b {
  fill: #8da5be;
}
.comment-img.selected .b {
  fill: #02437a;
}

.comments-container {
  font-size: 11px;
  color: #323233;
  line-height: 1.66;
  max-height: 0;
  opacity: 0;
  transition: max-height, opacity 1s ease-out;
  overflow: hidden;
}
.comments-container.visible {
  max-height: 1000px;
  opacity: 1;
}

.system-container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .system-container {
    flex-grow: 1;
  }
  .system-container .system {
    flex-grow: 1;
  }
  .system-container .pix {
    width: 100%;
  }
}

.system,
.pix {
  height: 28px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #105fa2;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}
.system:last-child,
.pix:last-child {
  margin-right: 0;
}
.system.selected,
.pix.selected {
  background-color: white;
  color: #0a2f51;
}

.europatipset .rate-logo-wrapper {
  background-color: #038733;
}
.europatipset .rate-infobar {
  background-color: #004e1d;
}
.europatipset .info-number {
  background-color: #038733;
}
.europatipset .comment-img .b {
  fill: #97c9a9;
}
.europatipset .comment-img.selected .b {
  fill: #038733;
}
.europatipset .betslip-wrapper {
  background-color: #004e1d;
}
.europatipset .system {
  border-color: #008b3a;
}
.europatipset .system.selected {
  color: #004e1d;
}
.europatipset .rate-info-name .info-column-stake.selected {
  border-color: #038733;
  background-color: #038733;
}
.europatipset .rate-info-name .info-column-stake.selected:active, .europatipset .rate-info-name .info-column-stake.selected:hover, .europatipset .rate-info-name .info-column-stake.selected:focus {
  border-color: #038733;
  background-color: #038733;
}
.europatipset .rate-info-name .info-column-stake:active, .europatipset .rate-info-name .info-column-stake:hover, .europatipset .rate-info-name .info-column-stake:focus {
  border-color: #038733;
  background-color: rgba(0, 139, 59, 0.5);
}
.europatipset .rate-info-name .info-column-stake:not(.selected):active {
  background: #ffffff !important;
  border: 1px solid #cccccc !important;
  color: #000000 !important;
}

.topptipset .rate-logo-wrapper {
  background-color: #f29400;
}
.topptipset .rate-infobar {
  background-color: #8c4703;
}
.topptipset .info-number {
  background-color: #f29400;
}
.topptipset .comment-img .b {
  fill: #f0c380;
}
.topptipset .comment-img.selected .b {
  fill: #f29301;
}
.topptipset .betslip-wrapper {
  background-color: #252526;
}
.topptipset .system {
  border-color: #f29301;
}
.topptipset .system.selected {
  color: #8c4703;
}
.topptipset .rate-info-name .info-column-stake.selected {
  border-color: #f29301;
  background-color: #f29301;
}
.topptipset .rate-info-name .info-column-stake.selected:active, .topptipset .rate-info-name .info-column-stake.selected:hover, .topptipset .rate-info-name .info-column-stake.selected:focus {
  border-color: #f29301;
  background-color: #f29301;
}
.topptipset .rate-info-name .info-column-stake:active, .topptipset .rate-info-name .info-column-stake:hover, .topptipset .rate-info-name .info-column-stake:focus {
  border-color: rgb(242, 147, 1);
  background-color: rgba(242, 148, 0, 0.5);
}
.topptipset .rate-info-name .info-column-stake:not(.selected):active {
  background: #ffffff !important;
  border: 1px solid #cccccc !important;
  color: #000000 !important;
}

.powerplay .rate-logo-wrapper {
  background-color: #a00813;
}
.powerplay .rate-infobar {
  background-color: #570b04;
}
.powerplay .info-number {
  background-color: #a00813;
}
.powerplay .comment-img .b {
  fill: rgba(160, 8, 19, 0.5);
}
.powerplay .comment-img.selected .b {
  fill: #a00813;
}
.powerplay .betslip-wrapper {
  background-color: #252526;
}
.powerplay .system {
  border-color: #a00813;
}
.powerplay .system.selected {
  color: #570b04;
}
.powerplay .rate-info-name .info-column-stake.selected {
  border-color: #a00813;
  background-color: #a00813;
}
.powerplay .rate-info-name .info-column-stake.selected:active, .powerplay .rate-info-name .info-column-stake.selected:hover, .powerplay .rate-info-name .info-column-stake.selected:focus {
  border-color: #a00813;
  background-color: #a00813;
}
.powerplay .rate-info-name .info-column-stake:active, .powerplay .rate-info-name .info-column-stake:hover, .powerplay .rate-info-name .info-column-stake:focus {
  border-color: #a00813;
  background-color: rgba(160, 8, 19, 0.5);
}
.powerplay .rate-info-name .info-column-stake:not(.selected):active {
  background: #ffffff !important;
  border: 1px solid #cccccc !important;
  color: #000000 !important;
}

.fulltraff .rate-logo-wrapper {
  background-color: #609;
}
.fulltraff .rate-infobar {
  background-color: #3b0158;
}
.fulltraff .info-number {
  background-color: #609;
}
.fulltraff .comment-img .b {
  fill: #3b0158;
}
.fulltraff .comment-img.selected .b {
  fill: #609;
}
.fulltraff .betslip-wrapper {
  background-color: #252526;
}
.fulltraff .system,
.fulltraff .pix {
  border-color: #609;
}
.fulltraff .system.selected,
.fulltraff .pix.selected {
  color: #3b0158;
}
.fulltraff .rate-info-name {
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .fulltraff .rate-info-name .rate-info-column-stake {
    flex: 0 0 100%;
  }
}
.fulltraff .rate-info-name .info-column-stake.selected {
  border-color: #609;
  background-color: #609;
}
.fulltraff .rate-info-name .info-column-stake.selected:active, .fulltraff .rate-info-name .info-column-stake.selected:hover, .fulltraff .rate-info-name .info-column-stake.selected:focus {
  border-color: #609;
  background-color: #609;
}
.fulltraff .rate-info-name .info-column-stake:active, .fulltraff .rate-info-name .info-column-stake:hover, .fulltraff .rate-info-name .info-column-stake:focus {
  border-color: #609;
  background-color: #3b0158;
}
.fulltraff .rate-info-name .info-column-stake:not(.selected):active {
  background: #ffffff !important;
  border: 1px solid #cccccc !important;
  color: #000000 !important;
}
@media screen and (max-width: 600px) {
  .fulltraff .rate-info-name .info-column-stake {
    width: 100%;
  }
}

/*# sourceMappingURL=widget.css.map */


#annonsABOVE {
	font-size:12px;
	color:#434343;
	margin-bottom:2px;
}

#annonsINSIDE {
	position:absolute;
	left:5px;
	top:5px;
	font-size:12px;
	color:#FFFFFF;
}

#annonsABOVE.light {	
	color:#d7d7d7;
	}
#annonsABOVE.dark {	
	color:#434343;
	}
	
.rate-logo-tagline a, .rate-infobar-details a {color:#FFFFFF !important;}