/* Vars, which are specific for current project */
.card-operator-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.card-operator-group > .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 1rem;
}

.col-filters-result .card-operator-group {
  margin-top: 0;
}

.card-operator-group .card-operator {
  height: 100%;
  margin-bottom: 0;
}

.loading .card-operator-group {
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 200px;
}

.loading .card-operator-group:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: #fff
    url('/wp-content/themes/comparebet/markup/builds/static/images/general/loader-primary.svg')
    top 60px center/80px no-repeat;
  z-index: 2;
}

@media (min-width: 576px) {
  .card-operator-group > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .card-operator-group > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33334%;
    flex: 0 0 33.33334%;
    max-width: 33.33334%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout-main .card-operator-group > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .layout-main .card-operator-group > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33334%;
    flex: 0 0 33.33334%;
    max-width: 33.33334%;
  }
}

@media (min-width: 992px) {
  .card-operator-group > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-filters-result .card-operator-group > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33334%;
    flex: 0 0 33.33334%;
    max-width: 33.33334%;
  }
}

@media (min-width: 1200px) {
  .card-operator-group > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .layout-main .card-operator-group > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.card-operator {
  position: relative;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.card-operator[href] {
  display: block;
  color: #464646;
}

.card-operator[href]:hover,
.card-operator[href]:focus {
  text-decoration: none;
}

.card-operator .logo-box {
  position: relative;
  height: 96px;
  width: 100%;
}

.card-operator .logo-box img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.card-operator .name {
  font-size: 14px;
  font-weight: 700;
}

.card-operator .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 8px;
  color: #fff;
  background-color: #1cbce3;
  border-bottom-right-radius: 0.625rem;
}

.card-operator .stat-holder {
  padding: 0.25rem 0.75rem;
}

.card-operator .stat-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.25rem 0;
}

.card-operator .score {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.625rem;
  line-height: 1;
  margin-left: auto;
}

.card-operator .score-value {
  color: #202020;
}

.review-holder {
  max-width: 420px;
  margin: 1.5rem 0;
}

.review-holder .notice-check > p {
  background-color: #ebfbf6;
}

.review-holder .notice-check,
.review-holder .notice-warning {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.875rem;
}

.review-holder .notice-check > p,
.review-holder .notice-warning > p {
  width: 100%;
  padding: 0.625rem 1rem 0.625rem 2rem;
  min-height: 32px;
}

.review-holder .notice-check > p::before,
.review-holder .notice-warning > p::before {
  top: 0.375rem;
  left: 0.5rem;
}

.review-holder .notice-check > p::after,
.review-holder .notice-warning > p::after {
  position: absolute;
  left: 12px;
  top: 100%;
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  background: inherit;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
  z-index: -1;
}

.expert-review {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.875rem;
}

.expert-review .expert-img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.expert-review .expert-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.expert-review .review-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.expert-review .review-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.25rem;
}

.expert-review .review-footer .expert-name {
  font-weight: 700;
  margin-right: 1rem;
}

.expert-review .review-footer .review-link {
  margin-left: auto;
}

.layout-main .bet-table-head-sort {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .layout-main .bet-table-head-sort .col-sort {
    min-width: 0;
  }
  .layout-main .bet-table-head-sort .col-dropdown {
    min-width: 180px;
  }
}

.bet-table-main {
  display: block;
  width: 100%;
  -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);
}

.block-table .bet-table-main {
  margin: 0;
}

.bet-table-main .table-head {
  display: block;
  width: 100%;
}

.bet-table-main .table-head tr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: sans-serif;
  font-size: 0.75rem;
  padding: 0;
  color: #a3a3a3;
  background-color: #f3f3f3;
}

.bet-table-main .table-head .head-rank,
.bet-table-main .table-head .head-name,
.bet-table-main .table-head .head-features-extra,
.bet-table-main .table-head .head-terms {
  display: none;
}

.bet-table-main .table-head .head-logo,
.bet-table-main .table-head .head-offer,
.bet-table-main .table-head .head-features,
.bet-table-main .table-head .head-cta {
  display: block;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
}

.bet-table-main .table-head .head-logo {
  width: 24%;
}

.bet-table-main .table-head .head-offer {
  width: 28%;
}

.bet-table-main .table-head .head-features {
  width: 27%;
}

.bet-table-main .table-head .head-cta {
  width: 21%;
}

@media (min-width: 576px) {
  .bet-table-main .table-head .head-logo,
  .bet-table-main .table-head .head-offer,
  .bet-table-main .table-head .head-features,
  .bet-table-main .table-head .head-cta {
    padding: 0.875rem 5px;
  }
}

@media (min-width: 768px) {
  .bet-table-main .table-head tr {
    padding: 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .layout-main .bet-table-main .table-head .head-offer,
  .layout-main .bet-table-main .table-head .head-features {
    display: none;
  }
  .layout-main .bet-table-main .table-head .head-logo,
  .layout-main .bet-table-main .table-head .head-cta {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .bet-table-main .table-head .head-offer,
  .bet-table-main .table-head .head-features {
    display: none;
  }
  .bet-table-main .table-head .head-logo,
  .bet-table-main .table-head .head-cta {
    width: 50%;
  }
}

.bet-table-main tbody {
  display: block;
  width: 100%;
}

.bet-table-main .item-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  line-height: 1.2;
  padding: 12px 0;
  min-height: 212px;
}

.bet-table-main [class*='col-'] {
  display: block;
  padding: 0 16px;
}

.bet-table-main .col-rank,
.bet-table-main .col-name,
.bet-table-main .col-feature-extra {
  display: none;
}

.bet-table-main .col-logo {
  width: 50%;
  padding: 0;
}

.bet-table-main .col-bonus {
  width: 50%;
}

.bet-table-main .col-feature {
  width: 100%;
}

.bet-table-main .col-button {
  width: 50%;
}

.bet-table-main .col-terms {
  width: 100%;
  min-width: 100%;
}

.bet-table-main .logo-holder {
  position: relative;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.bet-table-main .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  background-color: #1cbce3;
  padding: 5px 8px;
  line-height: 1;
  border-bottom-right-radius: 0.625rem;
  pointer-events: none;
}

.bet-table-main .tag {
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 1;
  display: inline-block;
  font-family: sans-serif;
  font-size: 8px;
  font-weight: 700;
  color: #19b51e;
  background-color: #fff;
  border: none;
  padding: 3px;
  line-height: 1;
  pointer-events: none;
}

.bet-table-main .tag .icon {
  font-size: 1em;
  margin-right: 2px;
  vertical-align: -0.1em;
}

.bet-table-main .checkbox-compare {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5px;
}

.bet-table-main .checkbox-compare .checkbox-compare-indicator {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3E%3Ctitle%3Eicon plus in circle%3C/title%3E%3Ccircle fill='none' stroke='%23FFFFFF' cx='10' cy='10' r='9'/%3E%3Cpath fill='none' stroke='%23FFFFFF' d='M10,6v8 M14,10H6'/%3E%3C/svg%3E%0A");
}

.bet-table-main .logo-box {
  position: relative;
  height: 96px;
  width: 100%;
}

.bet-table-main .logo-box[href] {
  display: block;
}

.bet-table-main .logo-box img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.bet-table-main .logo-box .logo-compare {
  display: none;
}

.bet-table-main .rank,
.bet-table-main .name {
  display: inline-block;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.bet-table-main .stat-holder {
  padding: 0.25rem 0.5rem;
}

.bet-table-main .stat-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0.25rem 0;
}

.bet-table-main .score {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.625rem;
  line-height: 1;
  margin-left: auto;
}

.bet-table-main .score-value {
  color: #202020;
}

.bet-table-main .rating-icon-row {
  margin-left: -1px;
}

.bet-table-main .bonus-label {
  font-size: 11px;
  font-weight: 700;
  color: #1cbce3;
  margin-bottom: 0.625rem;
}

.bet-table-main .col-bonus {
  text-align: center;
}

.bet-table-main .col-bonus .bonus-main {
  font-size: 15px;
}

.bet-table-main .bonus-main[href]:hover,
.bet-table-main .bonus-main[href]:focus {
  color: #3e3e3e;
}

.bet-table-main .feature-text {
  font-size: 13px;
  margin-bottom: 0.75rem;
}

.bet-table-main .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  margin-bottom: 0.5rem;
}

.bet-table-main .feature-item .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
  font-size: 1.3em;
  color: #1cbce3;
}

.bet-table-main .review-link {
  font-family: sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #1cbce3;
}

.bet-table-main .review-link .icon {
  font-size: 0.6em;
}

.bet-table-main .state-icon-list {
  margin: 5px 0;
}

.bet-table-main .btn-cta {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.25rem 1.5rem;
  font-size: 17px;
  border-radius: 5rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  color: #fff;
  background-color: #19b51e;
  border-color: #19b51e;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.625rem 1rem;
  width: 100%;
}

.bet-table-main .btn-cta:focus,
.bet-table-main .btn-cta:hover {
  text-decoration: none;
}

.bet-table-main .btn-cta:focus,
.bet-table-main .btn-cta.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
}

.bet-table-main .btn-cta.disabled,
.bet-table-main .btn-cta:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.bet-table-main .btn-cta:active,
.bet-table-main .btn-cta.active {
  background-image: none;
}

.bet-table-main .btn-cta:hover {
  color: #fff;
  background-color: #1ccb22;
  border-color: #1dd423;
}

.bet-table-main .btn-cta:focus,
.bet-table-main .btn-cta.focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(25, 181, 30, 0.5);
  box-shadow: 0 0 0 2px rgba(25, 181, 30, 0.5);
}

.bet-table-main .btn-cta.disabled,
.bet-table-main .btn-cta:disabled {
  background-color: #19b51e;
  border-color: #19b51e;
}

.bet-table-main .btn-cta:active,
.bet-table-main .btn-cta.active,
.show > .bet-table-main .btn-cta.dropdown-toggle {
  color: #fff;
  background-color: #1ccb22;
  background-image: none;
  border-color: #1dd423;
}

.bet-table-main .btn-cta .icon {
  font-size: 0.7em;
  margin-left: 0.4em;
}

.bet-table-main .btn-cta + .link-signup {
  margin-top: 6px;
}

.bet-table-main .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.bet-table-main .link-url {
  font-size: 9px;
  color: #a3a3a3;
  margin: 6px 0;
}

.bet-table-main .link-signup {
  font-size: 11px;
  font-family: sans-serif;
  font-weight: 700;
  color: #1cbce3;
}

.bet-table-main .terms-text {
  font-size: 0.5rem;
  line-height: 1.5;
  color: #a3a3a3;
}

@media (min-width: 768px) {
  .bet-table-main .item-row {
    padding: 20px;
    min-height: 128px;
  }
  .bet-table-main [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .bet-table-main .col-logo {
    width: 24%;
  }
  .bet-table-main .col-bonus {
    width: 28%;
  }
  .bet-table-main .col-feature {
    width: 27%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bet-table-main .col-feature .review-link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bet-table-main .col-button {
    width: 21%;
  }
  .bet-table-main .col-terms {
    padding-top: 1.125rem;
    margin-bottom: -4px;
  }
  .bet-table-main .logo-box img {
    width: 70%;
    height: 70%;
  }
  .bet-table-main .rank,
  .bet-table-main .name {
    font-size: 0.875rem;
  }
  .bet-table-main .col-bonus .bonus-main {
    font-size: 22px;
  }
  .bet-table-main .stat-holder {
    padding: 0.5rem 0.75rem;
  }
  .bet-table-main .label {
    font-size: 0.625rem;
  }
  .bet-table-main .tag {
    font-size: 9px;
    color: #fff;
    background-color: #19b51e;
  }
  .bet-table-main .terms-text {
    font-size: 9px;
  }
  .bet-table-main .btn-cta {
    font-size: 1rem;
    padding: 1rem;
    width: 100%;
  }
  .bet-table-main .link-url {
    font-size: 12px;
    margin: 0.5rem 0;
  }
  .bet-table-main .link-signup {
    font-size: 12px;
    margin-top: 0.5rem;
  }
}

@media (min-width: 992px) {
  .bet-table-main .item-row {
    padding: 22px 15px;
  }
  .bet-table-main [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bet-table-main .col-bonus {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .layout-main .bet-table-main .col-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
  }
  .layout-main .bet-table-main .col-bonus {
    margin-left: 50%;
    min-height: 56px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .layout-main .bet-table-main .col-button {
    margin-left: 50%;
    min-height: 74px;
    padding-bottom: 10px;
  }
  .layout-main .bet-table-main .col-feature {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
  }
  .layout-main .bet-table-main .col-terms {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .layout-main .bet-table-main .logo-holder {
    border-radius: 0 0 0.625rem 0;
  }
  .layout-main .bet-table-main .bonus-label {
    display: none;
  }
  .layout-main .bet-table-main .feature-text {
    display: none;
  }
  .layout-main .bet-table-main .list-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .layout-main .bet-table-main .list-feature .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    font-size: 11px;
    padding: 0 6px;
    text-align: center;
  }
  .layout-main .bet-table-main .list-feature .feature-item .icon {
    margin: 0 auto 6px;
  }
  .layout-main .bet-table-main .state-icon-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0 0;
  }
  .layout-main .bet-table-main .item-row {
    padding: 12px 0;
  }
  .layout-main .bet-table-main .stat-holder {
    padding: 0.25rem 0.5rem;
  }
  .layout-main .bet-table-main .stat-holder .rank,
  .layout-main .bet-table-main .stat-holder .name {
    font-size: 11px;
  }
  .layout-main .bet-table-main .col-logo {
    padding: 0;
  }
  .layout-main .bet-table-main .col-bonus {
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .layout-main .bet-table-main .col-bonus .bonus-main {
    font-size: 15px;
  }
  .layout-main .bet-table-main .col-button {
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .layout-main .bet-table-main .col-button .btn-cta {
    font-size: 0.75rem;
    padding: 10px;
  }
  .layout-main .bet-table-main .col-button .link-url {
    font-size: 9px;
    margin: 6px 0;
  }
  .layout-main .bet-table-main .col-button .link-signup {
    font-size: 11px;
    margin-top: 0;
  }
  .layout-main .bet-table-main .col-feature {
    display: block;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .layout-main .bet-table-main .col-terms {
    padding: 0 16px;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .layout-main .bet-table-main .item-row {
    padding-left: 5px;
    padding-right: 5px;
  }
  .layout-main .bet-table-main .col-bonus {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .layout-main .bet-table-main .col-button {
    width: 24%;
  }
}

@media (max-width: 767px) {
  .bet-table-main .col-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
  }
  .bet-table-main .col-bonus {
    margin-left: 50%;
    min-height: 56px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bet-table-main .col-button {
    margin-left: 50%;
    min-height: 74px;
    padding-bottom: 10px;
  }
  .bet-table-main .col-feature {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
  }
  .bet-table-main .col-terms {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .bet-table-main .logo-holder {
    border-radius: 0 0 0.625rem 0;
  }
  .bet-table-main .bonus-label {
    display: none;
  }
  .bet-table-main .feature-text {
    display: none;
  }
  .bet-table-main .list-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .bet-table-main .list-feature .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    font-size: 11px;
    padding: 0 6px;
    text-align: center;
  }
  .bet-table-main .list-feature .feature-item .icon {
    margin: 0 auto 6px;
  }
  .bet-table-main .state-icon-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0 0;
  }
}

.bet-table-popups-block {
  position: relative;
  z-index: 11;
}

.bet-table-popup-block {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}

.bet-table-popup-block .close {
  position: absolute;
  top: 0;
  right: 0;
  color: #1cbce3;
  font-size: 0.75rem;
  padding: 0.875rem;
  opacity: 1;
}

.bet-table-popup-block .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  padding: 1rem;
}

.bet-table-popup-block .popup-inner {
  width: 100%;
}

.bet-table-popup-block .popup-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bet-table-popup-block .popup-links > span {
  font-size: 0.875rem;
  line-height: 1;
  color: #a3a3a3;
  min-width: 36px;
  margin: 0.5rem 0;
}

.bet-table-popup-block .popup-title {
  font-family: sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2.125rem;
}

.bet-table-popup-block .popup-link-signin,
.bet-table-popup-block .popup-link-offer {
  display: inline-block;
  vertical-align: middle;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 0.625rem 1.5rem;
  border: 2px solid #1cbce3;
  border-radius: 3rem;
  min-width: 262px;
  -webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}

.bet-table-popup-block .popup-link-signin {
  color: #1cbce3;
  background-color: #fff;
}

.bet-table-popup-block .popup-link-signin:hover,
.bet-table-popup-block .popup-link-signin:focus {
  text-decoration: none;
  color: #1aadd1;
  border-color: #1aadd1;
}

.bet-table-popup-block .popup-link-offer {
  color: #fff;
  background-color: #1cbce3;
}

.bet-table-popup-block .popup-link-offer.close {
  position: static;
  line-height: inherit;
  text-shadow: none;
}

.bet-table-popup-block .popup-link-offer:hover,
.bet-table-popup-block .popup-link-offer:focus {
  text-decoration: none;
  background-color: #1aadd1;
  border-color: #1aadd1;
}

@media (min-width: 768px) {
  .bet-table-popup-block .popup-title {
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
  }
  .bet-table-popup-block .popup-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.state-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.state-icon-list .state-icon-item {
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1.25rem;
  font-family: sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 50%;
  color: #1cbce3;
  background-color: rgba(28, 188, 227, 0.2);
  margin-right: 4px;
  margin-bottom: 4px;
}

.bet-table-main-attr {
  display: block;
  width: 100%;
  -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);
}

.bet-table-main-attr [data-text-before]:before {
  content: attr(data-text-before);
}

.bet-table-main-attr [data-text-after]:after {
  content: attr(data-text-after);
}

.block-table .bet-table-main-attr {
  margin: 0;
}

.bet-table-main-attr .table-head {
  display: block;
  width: 100%;
}

.bet-table-main-attr .table-head tr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
  padding: 0;
  color: #a3a3a3;
  background-color: #f3f3f3;
}

.bet-table-main-attr .table-head .head-score,
.bet-table-main-attr .table-head .head-feature,
.bet-table-main-attr .table-head .head-feature-more,
.bet-table-main-attr .table-head .head-terms {
  display: none;
}

.bet-table-main-attr .table-head .head-site,
.bet-table-main-attr .table-head .head-offer,
.bet-table-main-attr .table-head .head-review,
.bet-table-main-attr .table-head .head-cta {
  display: block;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
}

.bet-table-main-attr .table-head .head-site {
  width: 24%;
}

.bet-table-main-attr .table-head .head-offer {
  width: 22%;
}

.bet-table-main-attr .table-head .head-review {
  width: 33%;
}

.bet-table-main-attr .table-head .head-cta {
  width: 21%;
}

@media (min-width: 576px) {
  .bet-table-main-attr .table-head .head-site,
  .bet-table-main-attr .table-head .head-offer,
  .bet-table-main-attr .table-head .head-cta {
    padding: 0.875rem 5px;
  }
}

@media (min-width: 768px) {
  .bet-table-main-attr .table-head tr {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .bet-table-main-attr .table-head .head-offer,
  .bet-table-main-attr .table-head .head-review {
    display: none;
  }
  .bet-table-main-attr .table-head .head-site,
  .bet-table-main-attr .table-head .head-cta {
    width: 50%;
  }
}

.bet-table-main-attr tbody {
  display: block;
  width: 100%;
}

.bet-table-main-attr .item-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  line-height: 1.2;
  padding: 12px 0;
  min-height: 216px;
}

.bet-table-main-attr .item-row::before {
  content: '';
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.bet-table-main-attr [class*='col-'] {
  display: block;
  padding: 0 16px;
}

.bet-table-main-attr .col-site {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  padding: 0;
}

.bet-table-main-attr .col-score {
  position: absolute;
  top: 106px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 0.5rem;
}

.bet-table-main-attr .col-bonus {
  width: 50%;
  text-align: center;
}

.bet-table-main-attr .col-bonus::before {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #1cbce3;
  margin-bottom: 0.625rem;
}

.bet-table-main-attr .col-bonus .bonus-main {
  font-size: 15px;
}

.bet-table-main-attr .col-review {
  width: 100%;
}

.bet-table-main-attr .col-button {
  width: 50%;
  text-align: center;
}

.bet-table-main-attr .col-button a:after {
  display: block;
  font-size: 9px;
  color: #a3a3a3;
  margin: 6px 0;
}

.bet-table-main-attr .col-button a:hover,
.bet-table-main-attr .col-button a:focus {
  text-decoration: none;
}

.bet-table-main-attr .col-feature-more,
.bet-table-main-attr .col-feature {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.bet-table-main-attr .col-feature-more .feature-item,
.bet-table-main-attr .col-feature .feature-item {
  padding-left: 16px;
  padding-right: 16px;
}

.bet-table-main-attr .col-terms {
  width: 100%;
  min-width: 100%;
}

.bet-table-main-attr .logo-holder {
  position: relative;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
  padding-bottom: 1.5rem;
}

.bet-table-main-attr .checkbox-compare {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5px;
}

.bet-table-main-attr .checkbox-compare .checkbox-compare-indicator {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3E%3Ctitle%3Eicon plus in circle%3C/title%3E%3Ccircle fill='none' stroke='%23FFFFFF' cx='10' cy='10' r='9'/%3E%3Cpath fill='none' stroke='%23FFFFFF' d='M10,6v8 M14,10H6'/%3E%3C/svg%3E%0A");
}

.bet-table-main-attr .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  background-color: #1cbce3;
  padding: 5px 8px;
  line-height: 1;
  border-bottom-right-radius: 0.625rem;
  pointer-events: none;
}

.bet-table-main-attr .logo-box {
  position: relative;
  height: 80px;
  width: 100%;
}

.bet-table-main-attr .logo-box[href] {
  display: block;
}

.bet-table-main-attr .logo-box img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.bet-table-main-attr .logo-box .logo-compare {
  display: none;
}

.bet-table-main-attr .name {
  display: inline-block;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  padding-top: 0.25rem;
  margin-left: 0.5rem;
}

.bet-table-main-attr .score {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  color: #202020;
}

.bet-table-main-attr .score:before {
  font-weight: 400;
}

.bet-table-main-attr .bonus-main[href]:hover,
.bet-table-main-attr .bonus-main[href]:focus {
  color: #3e3e3e;
}

.bet-table-main-attr .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #1cbce3;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.bet-table-main-attr .feature-item::before {
  font-weight: 400;
  color: #464646;
  margin-right: 4px;
}

.bet-table-main-attr .feature-item::after {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  display: inline-block;
  vertical-align: -0.25em;
  content: '';
  margin-right: 6px;
  width: 1.3em;
  height: 1.3em;
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/general/icons/tick-circle-lighter.svg')
    center/contain no-repeat;
}

.bet-table-main-attr .feature-item .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
  color: #1cbce3;
}

.bet-table-main-attr .review-link {
  font-weight: 700;
  color: #1cbce3;
  text-align: right;
}

.bet-table-main-attr .btn-cta {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.25rem 1.5rem;
  font-size: 17px;
  border-radius: 5rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  color: #fff;
  background-color: #19b51e;
  border-color: #19b51e;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.625rem 1rem;
  width: 100%;
}

.bet-table-main-attr .btn-cta:focus,
.bet-table-main-attr .btn-cta:hover {
  text-decoration: none;
}

.bet-table-main-attr .btn-cta:focus,
.bet-table-main-attr .btn-cta.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
}

.bet-table-main-attr .btn-cta.disabled,
.bet-table-main-attr .btn-cta:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.bet-table-main-attr .btn-cta:active,
.bet-table-main-attr .btn-cta.active {
  background-image: none;
}

.bet-table-main-attr .btn-cta:hover {
  color: #fff;
  background-color: #1ccb22;
  border-color: #1dd423;
}

.bet-table-main-attr .btn-cta:focus,
.bet-table-main-attr .btn-cta.focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(25, 181, 30, 0.5);
  box-shadow: 0 0 0 2px rgba(25, 181, 30, 0.5);
}

.bet-table-main-attr .btn-cta.disabled,
.bet-table-main-attr .btn-cta:disabled {
  background-color: #19b51e;
  border-color: #19b51e;
}

.bet-table-main-attr .btn-cta:active,
.bet-table-main-attr .btn-cta.active,
.show > .bet-table-main-attr .btn-cta.dropdown-toggle {
  color: #fff;
  background-color: #1ccb22;
  background-image: none;
  border-color: #1dd423;
}

.bet-table-main-attr .btn-cta::after {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-left: 0.3em;
  content: '';
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/general/icons/angle-right-thin.svg')
    center/contain no-repeat;
}

.bet-table-main-attr .terms-text {
  font-size: 0.5rem;
  line-height: 1.5;
  color: #a3a3a3;
}

.bet-table-main-attr .notice-check > p {
  background-color: #ebfbf6;
}

.bet-table-main-attr .notice-check,
.bet-table-main-attr .notice-warning {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.875rem;
}

.bet-table-main-attr .notice-check > p,
.bet-table-main-attr .notice-warning > p {
  width: 100%;
  padding: 0.625rem 1rem 0.625rem 2rem;
  min-height: 32px;
}

.bet-table-main-attr .notice-check > p::before,
.bet-table-main-attr .notice-warning > p::before {
  top: 0.375rem;
  left: 0.5rem;
}

.bet-table-main-attr .notice-check > p::after,
.bet-table-main-attr .notice-warning > p::after {
  position: absolute;
  left: 12px;
  top: 100%;
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  background: inherit;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
  z-index: -1;
}

@media (min-width: 768px) {
  .bet-table-main-attr .item-row {
    padding: 20px;
    padding: 20px 15px;
    padding-left: calc(24% + 20px);
  }
  .bet-table-main-attr .item-row::before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .bet-table-main-attr [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .bet-table-main-attr .col-site {
    width: 24%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    top: auto;
    left: 15px;
  }
  .bet-table-main-attr .col-bonus {
    width: 30%;
  }
  .bet-table-main-attr .col-bonus .bonus-main {
    font-size: 22px;
  }
  .bet-table-main-attr .col-score {
    top: 146px;
    padding: 0 17px;
    width: calc(0.24 * (100% - 0px));
    left: 15px;
  }
  .bet-table-main-attr .col-review {
    width: 33%;
    width: 40%;
  }
  .bet-table-main-attr .col-button {
    width: 21%;
    width: 30%;
  }
  .bet-table-main-attr .col-button a:after {
    font-size: 12px;
    margin: 0.5rem 0;
  }
  .bet-table-main-attr .col-feature-more,
  .bet-table-main-attr .col-feature {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .bet-table-main-attr .col-feature-more .feature-item,
  .bet-table-main-attr .col-feature .feature-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .bet-table-main-attr .col-feature-more {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .bet-table-main-attr .col-terms {
    width: calc(132% + 15px);
    margin-left: calc(-1 * (32% + 15px));
    padding-top: 1rem;
    margin-bottom: -4px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .bet-table-main-attr .label {
    font-size: 0.625rem;
  }
  .bet-table-main-attr .logo-box {
    height: 96px;
  }
  .bet-table-main-attr .logo-box img {
    width: 70%;
    height: 70%;
  }
  .bet-table-main-attr .name {
    font-size: 0.875rem;
    padding-top: 0.625rem;
    margin-left: 0.75rem;
  }
  .bet-table-main-attr .label {
    font-size: 0.625rem;
  }
  .bet-table-main-attr .terms-text {
    font-size: 9px;
  }
  .bet-table-main-attr .btn-cta {
    font-size: 1rem;
    padding: 1rem;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .bet-table-main-attr [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bet-table-main-attr .col-bonus,
  .bet-table-main-attr .col-review {
    padding-left: 3%;
    padding-right: 3%;
  }
  .bet-table-main-attr .col-score {
    padding: 0 22px;
  }
  .bet-table-main-attr .col-feature-more,
  .bet-table-main-attr .col-feature {
    padding-left: 0;
    padding-right: 0;
  }
  .bet-table-main-attr .col-feature-more .feature-item,
  .bet-table-main-attr .col-feature .feature-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 767px) {
  .bet-table-main-attr .col-bonus {
    margin-left: 50%;
    min-height: 56px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bet-table-main-attr .col-bonus::before {
    display: none;
  }
  .bet-table-main-attr .col-review {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bet-table-main-attr .col-button {
    margin-left: 50%;
    min-height: 72px;
    padding-bottom: 10px;
  }
  .bet-table-main-attr .col-feature-more,
  .bet-table-main-attr .col-feature {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bet-table-main-attr .col-feature-more .feature-item,
  .bet-table-main-attr .col-feature .feature-item {
    padding-right: 4px;
  }
  .bet-table-main-attr .col-feature-more {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .bet-table-main-attr .col-terms {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 8px;
  }
  .bet-table-main-attr .logo-holder {
    border-radius: 0 0 0.625rem 0;
  }
  .bet-table-main-attr .feature-item {
    font-size: 11px;
  }
  .bet-table-main-attr .feature-item:after {
    display: none;
  }
  .bet-table-main-attr .expert-review {
    padding: 0 1rem;
    max-width: 420px;
  }
  .bet-table-main-attr .notice-check > p::after,
  .bet-table-main-attr .notice-warning > p::after {
    left: 28px;
  }
}

.rating-icon {
  position: relative;
  width: 70px;
  height: 12px;
  margin-left: -2px;
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/general/icons/star-empty-14x12.svg')
    left center/auto 100% repeat-x;
}

.rating-icon::before {
  content: '';
  display: block;
  height: 100%;
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/general/icons/star-14x12.svg')
    left center/auto 100% repeat-x;
}

.rating-icon.rating-10::before {
  width: 10%;
}

.rating-icon.rating-20::before {
  width: 20%;
}

.rating-icon.rating-30::before {
  width: 30%;
}

.rating-icon.rating-40::before {
  width: 40%;
}

.rating-icon.rating-50::before {
  width: 50%;
}

.rating-icon.rating-60::before {
  width: 60%;
}

.rating-icon.rating-70::before {
  width: 70%;
}

.rating-icon.rating-80::before {
  width: 80%;
}

.rating-icon.rating-90::before {
  width: 90%;
}

.rating-icon.rating-100::before {
  width: 100%;
}

.expert-review {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.875rem;
}

.expert-review .expert-img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.expert-review .expert-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.expert-review .review-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.expert-review .review-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.25rem;
}

.expert-review .review-footer .expert-name {
  font-weight: 700;
  margin-right: 1rem;
}

.expert-review .review-footer .review-link {
  margin-left: auto;
}

.table-compare {
  margin: 0;
  table-layout: fixed;
  font-size: 10px;
  line-height: 1.2;
}

.modal .table-compare thead tr th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.table-compare thead th {
  padding: 0;
  background: #3e3e3e;
  border: none;
}

.table-compare thead th:nth-child(even) {
  background: #000;
}

.table-compare td {
  border: 1px solid #c0c0c0;
  vertical-align: top;
}

.table-compare .item-thead {
  height: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 10%;
}

.table-compare .item-thead .logo-box-circle-holder .name {
  color: #fff;
  margin: 5px 0;
}

.table-compare .item-thead .btn-signup {
  margin-top: auto;
  width: 100%;
}

.table-compare .logo-box-circle {
  border: 2px solid #fff;
}

.table-compare .bonus-main {
  font-size: 18px;
  line-height: inherit;
}

.table-compare .list-tick .tick-item {
  font-size: 9px;
  padding-left: 1.75em;
}

.table-compare .list-tick .tick-item svg {
  font-size: 1.1em;
  top: 0;
}

.table-compare tfoot {
  text-align: center;
}

.table-compare tfoot .btn-review {
  width: 80%;
}

@media (min-width: 768px) {
  .table-compare .currency-item {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin-right: 16px;
  }
}

@media (min-width: 768px) {
  .table-compare .sowtware-item {
    max-width: 120px;
    height: 50px;
  }
}

@media (max-width: 575px) {
  .table-compare .payment-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-compare .payment-holder .payment-item {
    max-width: 40px;
  }
  .table-compare tfoot .btn-review {
    width: 100%;
  }
}

.sowtware-holder .sowtware-item {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100px;
  height: 44px;
  border: 1px solid #f3f3f3;
  margin-bottom: 10px;
  margin-right: 8px;
}

.sowtware-holder .sowtware-item img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

.currency-holder .currency-item {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background-color: #f3f3f3;
  margin-bottom: 6px;
  margin-right: 8px;
}

.payment-holder .payment-item {
  display: inline-block;
  vertical-align: middle;
  max-width: 60px;
  margin-bottom: 10px;
  margin-right: 12px;
}

.payment-holder .payment-item img {
  max-width: 100%;
  height: auto;
}

.device-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.device-holder .device-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #c0c0c0;
  border-radius: 0.3125rem;
  padding: 10px 8px 10px 40px;
  width: 100%;
  max-width: 98px;
  margin-bottom: 10px;
  margin-right: 12px;
}

.device-holder .device-item svg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  font-size: 18px;
}

.table-subtitle {
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #00a6ce;
  margin-bottom: 10px;
}

.logo-link .logo-compare {
  display: none;
}

.bet-table-summary {
  display: block;
  padding: 10px 0;
  background-color: #ebf8fb;
  margin: 0;
}

.bet-table-summary tbody {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bet-table-summary .item-row {
  position: relative;
  display: block;
  width: 50%;
  padding: 0.5rem 0;
}

.bet-table-summary th,
.bet-table-summary td {
  display: block;
  padding: 0;
}

.bet-table-summary .col-logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 8px;
}

.bet-table-summary .col-feature,
.bet-table-summary .col-feature-value {
  width: 100%;
  padding-left: 48px;
}

.bet-table-summary .col-feature-value {
  line-height: 1.3;
}

.bet-table-summary .logo-box-circle {
  display: block;
  width: 32px;
  height: 32px;
  border: none;
}

.bet-table-summary .logo-box-circle img {
  width: 72%;
  height: 72%;
}

.bet-table-summary .feature-text {
  font-size: 10px;
}

.bet-table-summary .feature-value {
  font-size: 15px;
  font-weight: 700;
  color: #1cbce3;
}

@media (min-width: 768px) {
  .bet-table-summary {
    padding: 36px 60px;
  }
  .bet-table-summary .item-row {
    width: 25%;
    padding: 0.75rem 0;
  }
  .bet-table-summary .col-logo {
    padding: 0 12px;
  }
  .bet-table-summary .col-feature,
  .bet-table-summary .col-feature-value {
    padding-left: 64px;
  }
  .bet-table-summary .logo-box-circle {
    width: 40px;
    height: 40px;
  }
  .bet-table-summary .feature-text {
    font-size: 11px;
  }
  .bet-table-summary .feature-value {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .layout-main .bet-table-summary .item-row {
    width: 50%;
    padding: 0.75rem 0;
  }
}

@media (min-width: 768px) {
  .layout-main .bet-table-summary {
    padding: 30px 10px;
  }
}

.block-bookie-finder {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #3e3e3e;
  padding: 1.5rem 0.75rem;
  font-size: 1.125rem;
  font-family: sans-serif;
  font-family: sans-serif;
  text-align: center;
}

.block-bookie-finder:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #000;
  opacity: 0.6;
  z-index: -1;
}

.block-bookie-finder > img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.block-bookie-finder .bookie-finder-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.block-bookie-finder .bookie-finder-title img {
  width: 100%;
  max-width: 154px;
}

.block-bookie-finder .bookie-finder-title > div {
  color: #1cbce3;
  font-size: 1.125rem;
}

.block-bookie-finder .bookie-finder-feature > span {
  display: inline-block;
  vertical-align: middle;
}

.block-bookie-finder .bookie-finder-feature > span + span {
  margin-left: -0.14em;
}

.block-bookie-finder .bookie-finder-feature > span + span:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 8px;
  height: 12px;
  padding: 0 8px;
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/general/icons/angle-right-thin-primary.svg')
    center/contain no-repeat;
}

.block-bookie-finder .bookie-finder-link {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background-color: #1cbce3;
  padding: 0.375rem 1.25rem;
  border-radius: 0.625rem;
}

.block-bookie-finder .bookie-finder-link .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  margin-left: 0.375rem;
  margin-right: -0.25rem;
}

.block-bookie-finder .bookie-finder-link:hover,
.block-bookie-finder .bookie-finder-link:focus {
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .layout-main .block-bookie-finder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout-main .block-bookie-finder .bookie-finder-title {
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
  }
  .layout-main .block-bookie-finder .bookie-finder-feature {
    width: 100%;
    margin-bottom: 0.875rem;
  }
  .layout-main .block-bookie-finder .btn-holder {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .block-bookie-finder .bookie-finder-title {
    margin-bottom: 0.5rem;
  }
  .block-bookie-finder .bookie-finder-feature {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 768px) {
  .block-bookie-finder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-bookie-finder .bookie-finder-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .block-bookie-finder .btn-holder {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-bookie-finder .btn-holder {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .block-bookie-finder {
    font-size: 1.5rem;
  }
  .block-bookie-finder .bookie-finder-title {
    padding-right: 10px;
  }
  .block-bookie-finder .bookie-finder-title img {
    max-width: 202px;
  }
  .block-bookie-finder .bookie-finder-title > div {
    display: block;
  }
  .block-bookie-finder .bookie-finder-feature > span + span:before {
    padding: 0 15px;
  }
  .block-bookie-finder .bookie-finder-link {
    padding: 0.75rem 1.75rem;
  }
  .block-bookie-finder .btn-holder {
    width: auto;
    padding-right: 0;
    padding-left: 10px;
  }
}

.bookie-finder-questionnaire {
  color: #fff;
  font-size: 0.875rem;
}

.bookie-finder-questionnaire .questionnaire-item {
  padding: 1rem;
  border-bottom: 1px solid #373945;
  min-height: 72px;
}

.bookie-finder-questionnaire .questionnaire-item.item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bookie-finder-questionnaire
  .questionnaire-item.item-flex
  .questionnaire-title {
  margin-right: 1rem;
  margin-bottom: 0;
}

.bookie-finder-questionnaire .questionnaire-item.item-overflow {
  height: 280px;
  overflow-y: auto;
}

.bookie-finder-questionnaire .questionnaire-title {
  margin-bottom: 1rem;
}

.bookie-finder-questionnaire .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bookie-finder-questionnaire .bookie-checkbox {
  margin-right: 0;
}

.bookie-finder-questionnaire
  .bookie-checkbox:hover
  .custom-control-description {
  color: #fff;
}

.bookie-finder-questionnaire
  .bookie-checkbox:hover
  .custom-control-input:checked
  ~ .custom-control-description {
  color: #9ca8ba;
}

.bookie-finder-questionnaire .bookie-radio:hover .custom-control-description {
  color: #fff;
}

.bookie-finder-questionnaire
  .bookie-radio:hover
  .custom-control-input:checked
  ~ .custom-control-description {
  color: #22222c;
}

.bookie-finder-questionnaire .custom-switch {
  margin-bottom: 0;
}

.bookie-finder-questionnaire .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  background-color: #373945;
  border-radius: 14px;
}

.bookie-finder-questionnaire .radio-group .bookie-radio {
  width: 100%;
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font-size: 15px;
  margin: 0;
}

.bookie-finder-questionnaire .radio-group .bookie-radio + .bookie-radio:before {
  width: 1px;
  height: 15px;
  background-color: #3f424f;
  content: '';
}

@media (min-width: 768px) {
  .bookie-finder-questionnaire .questionnaire-item {
    padding: 24px 26px;
    min-height: 88px;
  }
  .bookie-finder-questionnaire .questionnaire-title {
    font-size: 15px;
  }
  .bookie-finder-questionnaire .custom-switch {
    width: 64px;
    height: 32px;
  }
  .bookie-finder-questionnaire
    .custom-switch
    .custom-control-input:checked
    ~ .checkbox-toggle-label:after {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
  }
  .bookie-finder-questionnaire .custom-switch .checkbox-toggle-label {
    font-size: 13px;
  }
  .bookie-finder-questionnaire .custom-switch .checkbox-toggle-label:after {
    top: 5px;
    left: 5px;
  }
  .bookie-finder-questionnaire .bookie-radio {
    min-height: 3rem;
  }
}

.bookie-finder-results {
  color: #fff;
  font-size: 0.875rem;
}

.bookie-finder-results .results-title {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.bookie-finder-results .results-item {
  padding: 1rem;
  border-bottom: 1px solid #373945;
}

.bookie-finder-results .item-top .progress-gradient .progress-bar {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4cca4e),
    to(#1bb51e)
  );
  background-image: -webkit-linear-gradient(left, #4cca4e, #1bb51e);
  background-image: linear-gradient(to right, #4cca4e, #1bb51e);
}

.bookie-finder-results .note {
  font-size: 0.75rem;
  color: #9ca8ba;
  margin-bottom: 0.875rem;
}

@media (min-width: 768px) {
  .bookie-finder-results .results-item {
    padding: 1.5rem;
  }
  .bookie-finder-results .progress-wrapper {
    margin-bottom: 1rem;
  }
  .bookie-finder-results .note {
    font-size: 13px;
  }
  .bookie-finder-results .bookie-results-list .match-list {
    margin-left: 36px;
    margin-top: 3px;
  }
  .bookie-finder-results .bookie-results-list .bookmaker .bookmaker-logo {
    margin-right: 0.625rem;
  }
}

@media (max-width: 767px) {
  .bookie-finder-results .bookie-results-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .bookie-finder-results .results-item:not(.item-top) .bookie-results-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .bookie-finder-results
    .results-item:not(.item-top)
    .bookie-results-item
    .link-out {
    padding: 0.5rem 0;
    margin: 0.75rem -1rem -0.625rem;
    text-align: center;
    border-top: 1px solid #22222c;
  }
}

.bookie-results-list .bookie-results-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #9ca8ba;
  background-color: #1c1c25;
  border-radius: 0.625rem;
  padding: 0.875rem 1rem;
  margin-bottom: 0.25rem;
}

.bookie-results-list .bookmaker {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}

.bookie-results-list .bookmaker .bookmaker-logo {
  width: 26px;
  height: 26px;
  margin-right: 0.375rem;
}

.bookie-results-list .link-out {
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  color: #1cbce3;
  padding: 0.25rem;
}

.bookie-results-list .link-out .icon {
  font-size: 0.6em;
}

.bookie-results-list .link-out:hover,
.bookie-results-list .link-out:focus {
  text-decoration: none;
  color: #60d0eb;
}

.bookie-results-list .match-list {
  font-size: 0.75rem;
  margin-bottom: 0;
  margin-top: 8px;
}

.match-list {
  padding-left: 0;
  list-style: none;
}

.match-list li {
  margin-bottom: 2px;
}

.match-list .icon {
  display: inline-block;
  vertical-align: middle;
}

.bookmaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bookmaker[href] {
  color: inherit;
}

.bookmaker .bookmaker-logo {
  position: relative;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #1cbce3;
  overflow: hidden;
  margin-right: 1rem;
}

.bookmaker .bookmaker-logo img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 72%;
  height: 72%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}

.bookmaker-box {
  position: relative;
  width: 120px;
  height: 70px;
  border-radius: 0.625rem;
  background-color: #eee;
}

.bookmaker-box img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}

.link-offer {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem;
  color: #fff;
  background-color: #1fdb26;
  border: 1px solid #1fdb26;
  border-radius: 0.5rem;
}

.link-offer span {
  display: block;
  font-size: 0.625rem;
  margin-bottom: 0.25rem;
  color: rgba(34, 34, 44, 0.6);
}

.link-offer-dark {
  background-color: #22222c;
  border: 1px solid #373945;
}

.link-offer-dark span {
  color: #9ca8ba;
}

.link-offer:hover,
.link-offer:focus {
  text-decoration: none;
  color: #fff;
}

.table-fixtures {
  font-size: 14px;
  line-height: 1.2;
  margin: 1.5rem 0;
}

.table-fixtures caption {
  color: #fff;
  background-color: #464a4c;
  background-image: -webkit-linear-gradient(
    340deg,
    rgba(255, 255, 255, 0) 79%,
    rgba(255, 255, 255, 0.02) 79%,
    rgba(255, 255, 255, 0.02) 86%,
    rgba(255, 255, 255, 0.06) 86%,
    rgba(255, 255, 255, 0.06) 93%,
    rgba(255, 255, 255, 0.1) 93%,
    rgba(255, 255, 255, 0.1) 100%
  );
  background-image: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 79%,
    rgba(255, 255, 255, 0.02) 79%,
    rgba(255, 255, 255, 0.02) 86%,
    rgba(255, 255, 255, 0.06) 86%,
    rgba(255, 255, 255, 0.06) 93%,
    rgba(255, 255, 255, 0.1) 93%,
    rgba(255, 255, 255, 0.1) 100%
  );
  padding: 1rem;
  caption-side: top;
}

.table-fixtures th {
  font-size: 11px;
  color: #a3a3a3;
  padding: 9px 16px;
}

.table-fixtures td {
  color: #202020;
  padding: 14px 16px;
}

.table-fixtures tfoot {
  font-family: sans-serif;
  text-align: center;
}

.table-fixtures tfoot td {
  padding: 18px 30px;
}

.table-fixtures tfoot a {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1cbce3;
}

.table-fixtures tfoot a svg {
  font-size: 0.8em;
  vertical-align: -0.1em;
}

.table-fixtures .fixtures-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.table-fixtures .fixtures-item-head {
  border-bottom: 1px solid #e5e5e5;
}

.table-fixtures .competition-info span {
  font-weight: 700;
  font-size: 0.75rem;
  opacity: 0.6;
}

.table-fixtures .competition-name {
  color: inherit;
  font-size: 1rem;
  margin-bottom: 0.375rem;
}

.content .table-fixtures .competition-name {
  font-weight: 700;
}

.table-fixtures .competition-headline {
  margin: 0;
}

.table-fixtures .fixture-title {
  font-size: 15px;
}

.table-fixtures .fixture-logos {
  margin-right: 16px;
}

.table-fixtures .fixture-time {
  font-size: 12px;
  font-weight: 700;
}

.table-fixtures .fixture-time,
.table-fixtures .vs {
  color: #a3a3a3;
}

.table-fixtures .fixture .time-holder:before {
  display: inline-block;
  vertical-align: 0;
  content: '';
  width: 0.65em;
  height: 0.65em;
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/content/icons/time.svg')
    center/contain no-repeat;
}

.table-fixtures .btn-bet {
  font-size: 13px;
  width: 100%;
  white-space: nowrap;
  padding: 0.75rem 0.875rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.table-fixtures .col-fixture {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.table-fixtures .col-link a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.table-fixtures .col-link a:hover ~ .btn-bet,
.table-fixtures .col-link a:focus ~ .btn-bet {
  background-color: #1ccb22;
}

@media (min-width: 992px) {
  .table-fixtures th {
    font-size: 13px;
    padding: 12px 16px;
  }
  .table-fixtures td {
    padding: 22px 16px;
  }
  .table-fixtures caption {
    padding: 1.75rem;
  }
  .table-fixtures tfoot td {
    padding: 30px;
  }
  .table-fixtures tfoot a {
    font-size: 16px;
  }
  .table-fixtures .fixture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table-fixtures .fixture-logos {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .table-fixtures .team img {
    display: none;
  }
  .table-fixtures .time-holder {
    margin-top: 4px;
  }
  .table-fixtures .col-link {
    padding-left: 0;
  }
  .table-fixtures .btn-bet {
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .table-fixtures th {
    padding: 12px 28px;
  }
  .table-fixtures td {
    padding: 22px 28px;
  }
}

@media (max-width: 991px) {
  .table-fixtures {
    display: block;
  }
  .table-fixtures tbody,
  .table-fixtures thead,
  .table-fixtures tfoot,
  .table-fixtures caption {
    display: block;
    width: 100%;
  }
  .table-fixtures thead tr,
  .table-fixtures tfoot tr {
    display: block;
    width: 100%;
  }
  .table-fixtures thead td,
  .table-fixtures thead th,
  .table-fixtures tfoot td,
  .table-fixtures tfoot th {
    display: block;
    width: 100%;
  }
  .table-fixtures .fixtures-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .table-fixtures .fixtures-item td {
    width: 100%;
  }
  .table-fixtures .fixtures-item-head {
    display: block;
    width: 100%;
  }
  .table-fixtures .fixtures-item-head th {
    display: block;
    width: 100%;
  }
  .table-fixtures .col-link {
    padding-top: 0;
  }
  .table-fixtures .fixture-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .table-fixtures .fixture-title {
    font-size: 13px;
  }
  .table-fixtures .fixture-logos,
  .table-fixtures .vs {
    display: none;
  }
  .table-fixtures .team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2px;
  }
  .table-fixtures .team img {
    width: 18px;
    height: auto;
    margin-right: 8px;
  }
  .table-fixtures .time-holder {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 2px 2px 2px 10px;
  }
}

@media (max-width: 767px) {
  .table-fixtures .competition-headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .table-fixtures .competition-headline .competition-info {
    margin-bottom: 0.375rem;
  }
  .table-fixtures .competition-headline .competition-logo {
    width: 40px;
    height: 40px;
    margin-bottom: 0.875rem;
  }
}

.fixture-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fixture-logos img {
  width: 40px;
  height: auto;
}

.fixture-logos img ~ img {
  margin-left: 1px;
}

.fixture-title {
  font-family: sans-serif;
  font-weight: 700;
}

.competition-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.competition-headline .competition-logo {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.competition-headline .competition-logo img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 72%;
  height: 72%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}

.competition-headline .competition-name {
  font-weight: 700;
  font-size: 16px;
  margin-right: auto;
}

@media (max-width: 767px) {
  .competition-headline .odds-select-wrapper {
    width: 100%;
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .sidebar .competition-headline .competition-logo {
    width: 48px;
    height: 48px;
    margin-right: 12px;
  }
  .sidebar .competition-headline .competition-name {
    font-size: 17px;
  }
  .competition-headline .competition-logo {
    width: 56px;
    height: 56px;
    margin-right: 18px;
  }
  .competition-headline .competition-name {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .dropdown-sub-nav-holder {
    display: none;
  }
}

.dropdown-sub-nav {
  position: relative;
  max-width: none;
}

.dropdown-sub-nav .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 0.625rem;
  padding: 15px;
  white-space: nowrap;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(rgba(0, 166, 206, 0.88)),
    to(rgba(108, 222, 233, 0.92))
  );
  background: -webkit-linear-gradient(
    top left,
    rgba(0, 166, 206, 0.88),
    rgba(108, 222, 233, 0.92)
  );
  background: linear-gradient(
    to bottom right,
    rgba(0, 166, 206, 0.88),
    rgba(108, 222, 233, 0.92)
  );
}

.dropdown-sub-nav .dropdown-toggle:after {
  display: none;
}

.dropdown-sub-nav .dropdown-toggle .dropdown-text {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  margin-right: 10px;
}

.dropdown-sub-nav .dropdown-toggle .dropdown-current-page {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 3px 10px;
  padding-right: 24px;
  border-radius: 0.25rem;
  color: #282828;
  background-color: #fff;
  white-space: normal;
}

.dropdown-sub-nav .dropdown-toggle .icon-caret {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  margin-left: 4px;
  font-size: 0.8em;
}

.dropdown-sub-nav .dropdown-toggle .icon-caret svg {
  display: block;
}

.dropdown-sub-nav .dropdown-toggle:hover,
.dropdown-sub-nav .dropdown-toggle:focus {
  text-decoration: none;
}

.dropdown-sub-nav .dropdown-menu {
  position: static;
  left: 0;
  -webkit-transform: none;
  transform: none;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  text-align: left;
  border-radius: 0;
}

.dropdown-sub-nav .dropdown-item {
  padding: 0.75rem 15px;
  font-weight: 700;
  line-height: 1;
  color: inherit;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background-color: #282828;
  white-space: normal;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dropdown-sub-nav .dropdown-item:hover,
.dropdown-sub-nav .dropdown-item:focus {
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 992px) {
  .bet-table-head-sort .dropdown-sub-nav .dropdown-toggle {
    padding: 0;
    border-radius: 0.25rem;
    background: #fff;
  }
  .bet-table-head-sort .dropdown-sub-nav .dropdown-text {
    display: none;
  }
  .bet-table-head-sort .dropdown-sub-nav .dropdown-menu {
    position: absolute;
    width: 100%;
    padding-top: 0.5rem;
  }
}

.dropdown-sub-nav .dropdown-menu {
  display: none;
}

.dropdown-sub-nav.show > .dropdown-menu {
  display: block;
}

.dropdown-sub-nav.show > a {
  outline: 0;
}

.dropdown-sub-nav.show .dropdown-toggle .icon-caret {
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.bookie-radio {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.375rem;
  margin-right: 1rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  color: #9ca8ba;
  padding: 0;
  min-height: 2.25rem;
}

.bookie-radio .custom-control-indicator {
  border-radius: 50%;
}

.bookie-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%231cbce3'/%3E%3C/svg%3E");
}

.bookie-radio .custom-control-indicator {
  width: 100%;
  height: 100%;
  top: 0;
  background-color: transparent;
  border: none;
  border-radius: 0.625rem;
}

.bookie-radio .custom-control-description {
  position: relative;
  width: 100%;
  text-align: center;
}

.bookie-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #fff;
  background-image: none;
}

.bookie-radio .custom-control-input:checked ~ .custom-control-description {
  color: #22222c;
}

.bookie-checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.375rem;
  margin-right: 1rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  color: #9ca8ba;
  padding-left: 2rem;
}

.bookie-checkbox .custom-control-indicator {
  border-radius: 0;
}

.bookie-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%231cbce3' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.bookie-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-indicator {
  background-color: #00a6ce;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%231cbce3' d='M0 2h4'/%3E%3C/svg%3E");
}

.bookie-checkbox .custom-control-indicator {
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #373945;
  border-color: #3f424f;
}

.bookie-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #1cbce3;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.bookie-checkbox .custom-control-input:checked ~ .custom-control-description {
  color: #fff;
}

.custom-switch {
  position: relative;
  display: block;
  width: 58px;
  height: 30px;
}

.custom-switch .checkbox-toggle-label {
  color: #9ca8ba;
  font-size: 11px;
  font-weight: 600;
  height: 100%;
}

.custom-switch .checkbox-toggle-label .on,
.custom-switch .checkbox-toggle-label .off {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  width: 50%;
  text-align: center;
}

.custom-switch .checkbox-toggle-label .on {
  left: 3px;
}

.custom-switch .checkbox-toggle-label .off {
  right: 3px;
  display: inline-block;
}

.custom-switch .checkbox-toggle-label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #373945;
  border-radius: 0.625rem;
}

.custom-switch .checkbox-toggle-label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 6px;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.custom-switch .custom-control-input:checked ~ .checkbox-toggle-label {
  color: #1b6821;
}

.custom-switch .custom-control-input:checked ~ .checkbox-toggle-label:before {
  background: #4cca4e;
}

.custom-switch .custom-control-input:checked ~ .checkbox-toggle-label:after {
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
}

.custom-switch .custom-control-input:checked ~ .checkbox-toggle-label .on {
  display: inline-block;
}

.custom-switch .custom-control-input:checked ~ .checkbox-toggle-label .off {
  display: none;
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 5px;
  text-align: center;
  background-color: #373945;
  border-radius: 1rem;
}

.progress-bar {
  height: 5px;
  color: #fff;
  background-color: #1cbce3;
}

.progress-gradient .progress-bar {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3cdff3),
    to(#1cbce3)
  );
  background-image: -webkit-linear-gradient(left, #3cdff3, #1cbce3);
  background-image: linear-gradient(to right, #3cdff3, #1cbce3);
}

.progress-success .progress-bar {
  background-color: #1bb51e;
}

.progress-success .progress-gradient .progress-bar {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4cca4e),
    to(#1bb51e)
  );
  background-image: -webkit-linear-gradient(left, #4cca4e, #1bb51e);
  background-image: linear-gradient(to right, #4cca4e, #1bb51e);
}

.progress-wrapper {
  color: #9ca8ba;
  margin-bottom: 0.75rem;
}

.progress-wrapper .progress-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 10px;
}

.progress-wrapper .progress-heading .label {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  padding: 6px 8px;
  color: #fff;
  background-color: #373945;
  border-radius: 6px;
}

.bookie-finder-panel .bookie-finder-title {
  font-family: sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.bookie-finder-panel .bookie-finder-title img {
  width: 100%;
  max-width: 106px;
}

.bookie-finder-panel .sidebar-header .btn-bookie-reset {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bookie-finder-panel .sidebar-content {
  padding-bottom: 80px;
}

.bookie-finder-panel .sidebar-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background-color: #22222c;
  border-top: 1px solid #373945;
}

.bookie-finder-panel .sidebar-footer .btn-bookie-finder {
  width: 100%;
}

@media (min-width: 768px) {
  .bookie-finder-panel .bookie-finder-title {
    font-size: 2rem;
  }
  .bookie-finder-panel .bookie-finder-title img {
    max-width: 142px;
  }
  .bookie-finder-panel .sidebar-content {
    padding-bottom: 100px;
  }
  .bookie-finder-panel .sidebar-footer {
    padding: 1.375rem;
  }
  .bookie-finder-panel .btn-bookie-finder {
    padding: 1.125rem 1rem;
  }
  .bookie-finder-panel .btn-bookie-reset {
    padding: 1rem 1.625rem;
  }
}

.btn-bookie-finder {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.25rem 1.5rem;
  font-size: 17px;
  border-radius: 5rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  color: #fff;
  background-color: #1cbce3;
  border-color: #1cbce3;
  font-size: 15px;
  font-weight: 700;
  padding: 0.875rem 1rem;
  border-radius: 0.625rem;
}

.btn-bookie-finder:focus,
.btn-bookie-finder:hover {
  text-decoration: none;
}

.btn-bookie-finder:focus,
.btn-bookie-finder.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
}

.btn-bookie-finder.disabled,
.btn-bookie-finder:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-bookie-finder:active,
.btn-bookie-finder.active {
  background-image: none;
}

.btn-bookie-finder:hover {
  color: #fff;
  background-color: #1bb4da;
  border-color: #1aadd1;
}

.btn-bookie-finder:focus,
.btn-bookie-finder.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(28, 188, 227, 0.5);
  box-shadow: 0 0 0 2px rgba(28, 188, 227, 0.5);
}

.btn-bookie-finder.disabled,
.btn-bookie-finder:disabled {
  background-color: #1cbce3;
  border-color: #1cbce3;
}

.btn-bookie-finder:active,
.btn-bookie-finder.active,
.show > .btn-bookie-finder.dropdown-toggle {
  color: #fff;
  background-color: #1bb4da;
  background-image: none;
  border-color: #1aadd1;
}

.btn-bookie-reset {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.25rem 1.5rem;
  font-size: 17px;
  border-radius: 5rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  font-size: 12px;
  font-weight: 700;
  padding: 1rem 1.125rem;
  border-radius: 0;
  color: #9ca8ba;
  background-color: transparent;
  border: none;
}

.btn-bookie-reset:focus,
.btn-bookie-reset:hover {
  text-decoration: none;
}

.btn-bookie-reset:focus,
.btn-bookie-reset.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
}

.btn-bookie-reset.disabled,
.btn-bookie-reset:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-bookie-reset:active,
.btn-bookie-reset.active {
  background-image: none;
}

.btn-bookie-reset .icon {
  display: inline-block;
  vertical-align: -0.2em;
  font-size: 1.3em;
  margin-left: 0;
  margin-right: 6px;
}

.btn-bookie-reset:focus,
.btn-bookie-reset.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-bookie-reset:hover {
  color: #fff;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb,
    0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd,
    0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: '';
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* ========== noUiSlider custom ========== */
.slider-range-holder {
  padding: 0 10px;
}

.slider-range.noUi-horizontal {
  height: 20px;
}

.slider-range.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: 0px;
}

.slider-range.noUi-target {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

.slider-range.noUi-target:after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  right: 0;
  height: 2px;
  content: '';
  background-color: #c0c0c0;
}

.slider-range .noUi-connect {
  background: #1cbce3;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.slider-range .noUi-handle {
  background-color: #cceeff;
  border-radius: 50%;
  border: 2px solid #1cbce3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slider-range .noUi-handle:before,
.slider-range .noUi-handle:after {
  content: none;
}

html:not([dir='rtl']) .slider-range.noUi-horizontal .noUi-handle {
  right: -10px;
}

.slider-range-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 13px;
  margin-bottom: 0.25rem;
}

.slider-range-labels.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* ========== FILTERS ========== */
.block-filters {
  margin: 3rem 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: auto;
}

.block-filters .pagination-wrapper {
  margin: 1.5rem 0;
}

.col-filters,
.col-filters-result {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-filters {
    max-width: 300px;
  }
  .col-filters-result {
    max-width: calc(100% - 300px);
  }
}

.filters-toolbar {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .filters-toolbar {
    display: none;
  }
}

.filters-toggler {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.75rem 1.25rem;
  color: #1cbce3;
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 0.3125rem;
  background-color: transparent;
  -webkit-box-shadow: 0 0 5px 0 rgba(121, 146, 184, 0.2);
  box-shadow: 0 0 5px 0 rgba(121, 146, 184, 0.2);
}

.filters-toggler svg {
  font-size: 1.1em;
  vertical-align: -0.15em;
}

.filters-toggler:hover,
.filters-toggler:focus {
  text-decoration: none;
}

.filters-toggler:focus,
.filters-toggler.focus {
  outline: 0;
}

.collapse-more {
  position: relative;
  max-height: 11rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.5rem;
  margin: 1.5rem 0;
  overflow: hidden;
  will-change: transform;
}

.collapse-more:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.9)),
    color-stop(75%, white)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    white 75%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    white 75%
  );
  z-index: 1;
}

.collapse-more .collapse-link {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: inline-block;
  font-size: 0.75rem;
}

.collapse-more .collapse-link:hover {
  text-decoration: none;
}

.collapse-more.show {
  max-height: 100%;
}

.collapse-more.show:before {
  display: none;
}

@media (max-width: 991px) {
  .filters-open {
    overflow: hidden;
  }
  .filters-open:after {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
  }
}

.filters-block {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(121, 146, 184, 0.2);
  box-shadow: 0 0 5px 0 rgba(121, 146, 184, 0.2);
}

.filters-block .filters-btn .btn-update {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.25rem 1.5rem;
  font-size: 17px;
  border-radius: 5rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  color: #fff;
  background-color: #00a6ce;
  border-color: #00a6ce;
  width: 100%;
  border-radius: 0.3125rem;
  padding: 9px 16px;
}

.filters-block .filters-btn .btn-update:focus,
.filters-block .filters-btn .btn-update:hover {
  text-decoration: none;
}

.filters-block .filters-btn .btn-update:focus,
.filters-block .filters-btn .btn-update.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
}

.filters-block .filters-btn .btn-update.disabled,
.filters-block .filters-btn .btn-update:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.filters-block .filters-btn .btn-update:active,
.filters-block .filters-btn .btn-update.active {
  background-image: none;
}

.filters-block .filters-btn .btn-update:hover {
  color: #fff;
  background-color: #009ec4;
  border-color: #0096ba;
}

.filters-block .filters-btn .btn-update:focus,
.filters-block .filters-btn .btn-update.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.5);
}

.filters-block .filters-btn .btn-update.disabled,
.filters-block .filters-btn .btn-update:disabled {
  background-color: #00a6ce;
  border-color: #00a6ce;
}

.filters-block .filters-btn .btn-update:active,
.filters-block .filters-btn .btn-update.active,
.show > .filters-block .filters-btn .btn-update.dropdown-toggle {
  color: #fff;
  background-color: #009ec4;
  background-image: none;
  border-color: #0096ba;
}

.filters-block .filters-header {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .filters-block {
    border-radius: 0.625rem;
  }
  .filters-block .filters-header,
  .filters-block .filters-btn {
    display: none;
  }
  .filters-block .filters-content .filters-item:last-child {
    border: none;
  }
}

@media (max-width: 991px) {
  .filters-block {
    height: 100%;
  }
  .filters-block .filters-form {
    height: 100%;
  }
  .filters-block .filters-content {
    height: calc(100% - 154px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    overflow-y: scroll;
  }
}

@media (max-width: 767px) {
  .filters-block .filters-content {
    height: calc(100% - 134px);
  }
}

.filters-close {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.25rem 1.5rem;
  font-size: 17px;
  border-radius: 5rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  color: #1cbce3;
  background-color: #fff;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: left;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
}

.filters-close:focus,
.filters-close:hover {
  text-decoration: none;
}

.filters-close:focus,
.filters-close.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
}

.filters-close.disabled,
.filters-close:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.filters-close:active,
.filters-close.active {
  background-image: none;
}

.filters-close svg {
  font-size: 1.1em;
  vertical-align: -0.1em;
  margin-right: 0.5rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.filters-close:hover svg {
  color: #1696b6;
}

.filters-close:focus svg {
  color: #14849f;
}

@media (min-width: 768px) and (max-width: 991px) {
  .filters-close {
    border-bottom: 1px solid #c0c0c0;
    padding-top: 20px;
    padding-bottom: 19px;
  }
}

@media (max-width: 991px) {
  .filters {
    position: fixed;
    z-index: 10001;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
  }
  .filters.is-open {
    right: 0;
  }
}

@media (max-width: 767px) {
  .filters {
    width: 85%;
    max-width: 360px;
  }
}

.filters-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.filters-item .collapse-inner {
  padding: 0 1.25rem 0.875rem;
}

.filters-item .collapse-header .collapse-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1rem;
  letter-spacing: -0.5px;
  font-weight: 600;
  color: #1cbce3;
  padding: 0.875rem 1.25rem;
}

.filters-item .collapse-header .collapse-link svg:hover {
  color: #464646;
}

.filters-item .collapse-header .collapse-link[aria-expanded='true'] svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filters-item .collapse-more {
  margin: 0;
}

.filters-item .collapse-more.show {
  max-height: 100%;
  padding-bottom: 2rem;
}

.filters-item .collapse-more .collapse-link {
  padding: 0;
  color: #1cbce3;
}

.filters-item.filters-btn {
  padding: 1.25rem 1.25rem 0;
  border: none;
}

.filters-item.filters-search {
  padding: 1.25rem;
}

.filters-item .label {
  display: block;
  margin-top: -0.75rem;
  margin-bottom: 0.625rem;
  font-size: 11px;
  color: #a3a3a3;
  text-transform: uppercase;
}

.filters-item .filter-list {
  font-size: 13px;
  margin-bottom: 10px;
}

.filters-item .filter-list .custom-control-indicator {
  top: 0.15em;
}

.filters-item .filter-list .custom-control {
  display: block;
  min-height: 1rem;
  margin-bottom: 9px;
}

.filters-item .filter-list:last-child {
  margin-bottom: 0;
}

.filter-list {
  padding-left: 0;
  list-style: none;
}

.form-group-filters-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.625rem;
}

.form-group-filters-search .form-control {
  font-size: 0.875rem;
  padding: 0.875rem;
  border-radius: 0.625rem;
}

.form-group-filters-search .btn-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  border-radius: 0.625rem;
  min-width: 3rem;
  margin: 4px;
  margin-left: -3.25rem;
}

@media (min-width: 992px) {
  .form-group-filters-search .form-control {
    padding: 1.125rem;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 100%;
  padding: 0;
  margin: 1.5rem 0;
}

.pagination-wrapper {
  margin: 2.5rem 0;
}

.pagination span,
.pagination a {
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 0.25rem;
  display: block;
  margin: 0 5px;
  padding: 0.4375rem 0.625rem;
  width: auto;
}

.pagination a {
  color: #00a6ce;
}

.pagination span {
  color: #a3a3a3;
}

.pagination .current {
  color: #fff;
  background: #00a6ce;
  border-color: #00a6ce;
}

.pagination .prev,
.pagination .next {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pagination a {
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.pagination a:hover {
  border-color: #00a6ce;
  text-decoration: none;
}

@media (max-width: 767px) {
  .pagination a {
    display: none;
  }
  .pagination a.prev,
  .pagination a.current,
  .pagination a.current-next,
  .pagination a.next,
  .pagination a.current-prev {
    display: block;
  }
}
