/* Vars, which are specific for current project */
.block-banner {
  color: #fff;
  background-color: #8c2233;
  padding: 8px 0;
}

.block-banner a,
.block-banner h1,
.block-banner h2,
.block-banner h3,
.block-banner h4,
.block-banner h5,
.block-banner h6 {
  color: inherit;
}

.block-banner .banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-banner .text-holder {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto;
}

.block-banner .img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 50px;
  max-width: 50px;
}

.block-banner .img-holder img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

@media (min-width: 768px) {
  .block-banner .text-holder {
    font-size: 25px;
  }
  .block-banner .img-holder {
    height: 80px;
    max-width: 80px;
  }
}

.block-header .collapse-link {
  display: inline-block;
  text-decoration: none;
  color: #1cbce3;
  margin: 0.75rem 0;
}

.block-header .collapse-link:hover,
.block-header .collapse-link:focus {
  text-decoration: underline;
}

.block-header .collapse-link .show-less {
  display: none;
}

.block-header .collapse-link[aria-expanded='true'] .show-less {
  display: inline;
}

.block-header .collapse-link[aria-expanded='true'] .show-more {
  display: none;
}

.block-header table {
  color: #464646;
  background-color: #fff;
  margin: 1.5rem 0;
}

.block-header table:not([class]) thead {
  border-color: #f3f3f3;
}

.block-header table:not([class]) thead th {
  font-size: 16px;
  color: #3e3e3e;
  background-color: #f3f3f3;
  padding: 10px;
}

.block-header table:not([class]) tbody tr:nth-of-type(odd) {
  background-color: inherit;
}

.block-header table:not([class]) tbody td {
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.block-pros-cons {
  margin: 1.5rem 0;
}

.body-page-template-homepage .block-pros-cons,
.body-page-template-homepage-v2 .block-pros-cons {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.body-page-template-homepage .layout-main .block-pros-cons,
.body-page-template-homepage-v2 .layout-main .block-pros-cons {
  padding-left: 0;
  padding-right: 0;
}

.block-pros-cons .block-inner {
  margin-left: -15px;
  margin-right: -15px;
}

.block-pros-cons .col-inner {
  padding: 1.25rem;
  background: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.11);
  margin-bottom: 1.5rem;
}

.block-pros-cons .col-inner.col-pros {
  background: #e0f4c8;
}

.block-pros-cons .col-inner.col-cons {
  background: #f2cecc;
}

.block-pros-cons .list-icon svg {
  font-size: 1.1em;
  vertical-align: -0.1em;
  margin-right: 6px;
}

.block-pros-cons .title-pill {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.block-pros-cons .title-pill img {
  max-width: 2.3em;
  margin-right: 0.65em;
}

.layout-main .block-pros-cons .title-pill {
  font-weight: 700;
}

.block-pros-cons .title-pill h3 {
  display: inline;
  font-size: inherit;
}

.block-pros-cons .list-icon-bg.list-pros li:before {
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/general/icons/thumb-up.svg')
    center center/70% no-repeat;
  margin-top: -2px;
}

.block-pros-cons .list-icon-bg.list-cons li:before {
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/general/icons/thumb-down.svg')
    center center/70% no-repeat;
  margin-top: 2px;
}

@media (min-width: 768px) {
  .body-page-template-homepage .block-pros-cons .block-inner,
  .body-page-template-homepage-v2 .block-pros-cons .block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .body-page-template-homepage .block-pros-cons .col-inner,
  .body-page-template-homepage-v2 .block-pros-cons .col-inner {
    height: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .body-page-template-homepage .layout-main .block-pros-cons,
  .body-page-template-homepage-v2 .layout-main .block-pros-cons {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .body-page-template-homepage .layout-main .block-pros-cons .block-inner,
  .body-page-template-homepage-v2 .layout-main .block-pros-cons .block-inner {
    display: block;
  }
  .body-page-template-homepage .layout-main .block-pros-cons .col-inner,
  .body-page-template-homepage-v2 .layout-main .block-pros-cons .col-inner {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .block-pros-cons .block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-pros-cons .col-inner {
    height: 100%;
    margin-bottom: 0;
  }
}

.page-ppc .bet-table.table-offer .col-logo .score-value {
  font-size: 1.5rem;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .page-ppc .block-header .block-title {
    font-size: 1.5rem;
  }
  .page-ppc .block-header.block-mod-tablet {
    padding-bottom: 4rem;
  }
  .page-ppc .block-header.block-mod-mobile {
    padding-bottom: 104px;
  }
  .page-ppc .bet-table.table-offer .extra-text {
    font-size: 7px;
  }
  .page-ppc .bet-table.table-offer .rating-bar .rating-icon-row {
    margin-top: 7px;
    margin-bottom: 6px;
  }
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0.3125rem;
  border: solid 1px #a3a3a3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 2.75rem;
  line-height: 0.75rem;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #969696;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #464a4c;
}

.nice-select:after {
  border-bottom: 2px solid #464a4c;
  border-right: 2px solid #464a4c;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #a8a8a8;
  color: #464a4c;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #777e81;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 0 1px rgba(70, 70, 70, 0.11);
  box-shadow: 0 0 0 1px rgba(70, 70, 70, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-1.375rem);
  transform: scale(0.75) translateY(-1.375rem);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 0.75rem;
  list-style: none;
  min-height: 0.75rem;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #c0c0c0;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #464a4c;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.nice-select {
  font-size: 1rem;
  font-weight: 700;
  line-height: 42px;
  border-radius: 0.5rem;
  border-color: #e5e5e5;
  padding-left: 0.875rem;
  padding-right: 2.5rem;
  width: 100%;
  float: none;
}

.nice-select:hover {
  border-color: #1cbce3;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #1cbce3;
}

.nice-select:after {
  width: 7px;
  height: 7px;
  border-color: #202020;
  right: 14px;
}

.nice-select:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 100%;
  content: '';
  border-radius: 0 0.5rem 0.5rem 0;
  border-left: 1px solid #e5e5e5;
  background-color: #fafafa;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.nice-select .list {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid 0.5rem;
}

.nice-select .option {
  line-height: 32px;
  min-height: 32px;
  outline: none;
  padding-left: 0.875rem;
  padding-right: 2.5rem;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f3f3f3;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select.odds-select {
  font-size: 0.875rem;
  font-weight: 400;
  height: 40px;
  line-height: 38px;
  max-width: 284px;
  padding-left: 1.1em;
  background-color: #fafafa;
  border-radius: 3rem;
}

.nice-select.odds-select:before {
  content: none;
}

.nice-select.odds-select:after {
  right: 18px;
}

@media (min-width: 768px) {
  .competition-headline .nice-select.odds-select {
    min-width: 284px;
  }
}

.select.odds-select {
  display: none;
}

.swiper-nav-top-holder {
  position: relative;
  padding-right: 2rem;
}

.swiper-nav-top-holder .swiper-button-next {
  width: 34px;
  height: 34px;
  margin-top: -17px;
  color: #fff;
  background-color: #1cbce3;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px #fff;
  box-shadow: 0 0 5px #fff;
  right: 0;
}

.swiper-nav-top-holder .swiper-button-next:after {
  font-size: 1em;
}

@media (min-width: 768px) {
  .swiper-nav-top-holder .swiper-button-next {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }
}

.swiper-nav-top .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-nav-top .swiper-slide {
  width: auto;
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .swiper-nav-top .swiper-slide {
    margin-right: 1rem;
  }
}

@media (max-width: 1199px) {
  .swiper-nav-top {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-nav-top {
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .swiper-nav-top {
    padding-right: 15px;
  }
}

.nav-top-jumplinks {
  font-size: 13px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.nav-top-jumplinks .nav-item a {
  display: block;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 10px 20px;
  color: #fff;
  background-color: #1cbce3;
  border-radius: 3rem;
  text-decoration: none;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}

.nav-top-jumplinks .nav-item a:hover,
.nav-top-jumplinks .nav-item a.active {
  text-decoration: none;
  background-color: #1aadd1;
}

@media (min-width: 768px) {
  .nav-top-jumplinks .nav-item a {
    font-size: 15px;
  }
}
