.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.icon-arrow-right,
.icon-arrow-left {
  width: 11px;
  height: 20px;
  background-image: url('/betbo/img/arrow_right_gray.png');
}

.icon-arrow-left {
  transform: rotate(180deg);
}

.icon-arrow-down {
  width: 12px;
  height: 7px;
  transform: rotate(90deg);
  background-image: url('/betbo/img/arrow_right_gray.png');
}

.icon-arrow-down--orange {
  width: 20px;
  height: 11px;
  background-image: url('/betbo/img/arrow_down.png');
}

.icon-lock {
  width: 14px;
  height: 20px;
  background-image: url('/betbo/img/lock.png');
}

.icon-search {
  width: 21px;
  height: 21px;
  background-image: url('/betbo/img/icon-search.svg');
}

.icon-phone {
  width: 20px;
  height: 20px;
  background-image: url('/betbo/img/icon-phone.svg');
}

.icon-phone--orange {
  width: 42px;
  height: 42px;
  background-image: url('/betbo/img/icon-phone-orange.svg');
}

.icon-phone--black {
  width: 42px;
  height: 42px;
  background-image: url('/betbo/img/icon-phone-black.svg');
}

.bonus-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

@media screen and (max-width: 1000px) {
  .bonus-icon-square-mobile {
    width: 85px;
    height: 80px;
    background-image: url('/extcontent/assets/bonus//mobile/Sqaure.svg');
  }
}

@media screen and (min-width: 1000px) {
  .bonus-icon-square-desktop {
    width: 110px;
    height: 100px;
    background-image: url('/extcontent/assets/bonus//desktop/Sqaure.svg');
  }
}

.btn {
  padding: 18px 17px;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background-color: #252327;
}

.btn:hover:not(:disabled) {
  background-color: #4a4a4a;
  color: #252327;
}

.btn-sm {
  padding: 8px 17px;
}

.btn:disabled {
  cursor: default;
  color: rgba(74, 74, 74, 0.5);
}

.btn:hover:not(:disabled) {
  background-color: #4a4a4a;
}

.btn-primary {
  color: #fafff9;
  background-color: #18856a;
  border-width: 1px;
  border-color: #17f19d;
}

.btn-primary:hover:not(:disabled) {
  background-color: #3b9780;
  color: #fafff9;
}

.btn-primary:disabled {
  color: #ffffff;
}

.btn-primary--light {
  background-color: #54f9b5;
  color: #252327;
}

.btn-primary--light:hover:not(:disabled) {
  background-color: rgba(84, 249, 181, 0.7);
}

.btn-secondary {
  background-color: #ec4e24;
  color: #ffffff;
}

.btn-secondary:hover:not(:disabled) {
  background-color: #d9a738;
}

.btn-icon {
  font-size: 0;
  line-height: 0;
}

.input {
  background-color: transparent;
  padding: 16px 12px;
  border: 1px solid #f14d23;
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  outline: none;
  box-sizing: border-box;
}

.input::placeholder {
  color: #ffffff;
}

.filters-list {
  border-top: 1px solid #979797;
  background: #0f1112;
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .filters-list {
    border-top: none;
  }
}

.filters-list__filter-container {
  padding: 16px 8px;
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 12px;
}

@media screen and (min-width: 960px) {
  .filters-list__filter-container {
    padding: 8px;
  }
}

.filters-list__filter-container::-webkit-scrollbar {
  display: none;
}

.filters-list__filter-container-filter {
  flex: 0 0 0;
  padding: 8px;
  background: #2b3034;
  color: #c3c3c3;
  height: 33px;
  text-transform: capitalize;
  border-radius: 4px;
  border-color: #c3c3c3;
  border-style: none;
  flex-basis: auto;
  flex-grow: 1;
  cursor: pointer;
}

.filters-list__filter-container-filter:hover,
.filters-list__filter-container-filter.active {
  background-color: #db3b10;
  color: #fff;
}

.filters-list__filter-container-filter.active {
  font-weight: 700;
}

.bonus-list {
  background-color: #0f1112;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.bonus-list__item-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  position: relative;
  margin: 0 auto;
  padding: 0 8px 8px;
  gap: 8px 4px;
}

@media screen and (min-width: 960px) {
  .bonus-list__item-container {
    gap: 8px 24px;
    grid-template-columns: repeat(3, minmax(170px, 1fr));
    gap: 8px;
    padding: 10px;
    row-gap: 20px;
  }
}

.bonus-list__item-container-item {
  width: 100%;
}

.bonus-list--no-results {
  padding: 20px;
  color: #ffffff;
  text-align: center;
}

.bonus-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

@media screen and (max-width: 1000px) {
  .bonus-icon-square-mobile {
    width: 85px;
    height: 80px;
    background-image: url('/extcontent/assets/bonus//mobile/Sqaure.svg');
  }
}

@media screen and (min-width: 1000px) {
  .bonus-icon-square-desktop {
    width: 110px;
    height: 100px;
    background-image: url('/extcontent/assets/bonus//desktop/Sqaure.svg');
  }
}

.btn {
  padding: 18px 17px;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background-color: #252327;
}

.btn:hover:not(:disabled) {
  background-color: #4a4a4a;
  color: #252327;
}

.btn-sm {
  padding: 8px 17px;
}

.btn:disabled {
  cursor: default;
  color: rgba(74, 74, 74, 0.5);
}

.btn:hover:not(:disabled) {
  background-color: #4a4a4a;
}

.btn-primary {
  color: #fafff9;
  background-color: #18856a;
  border-width: 1px;
  border-color: #17f19d;
}

.btn-primary:hover:not(:disabled) {
  background-color: #3b9780;
  color: #fafff9;
}

.btn-primary:disabled {
  color: #ffffff;
}

.btn-primary--light {
  background-color: #54f9b5;
  color: #252327;
}

.btn-primary--light:hover:not(:disabled) {
  background-color: rgba(84, 249, 181, 0.7);
}

.btn-secondary {
  background-color: #ec4e24;
  color: #ffffff;
}

.btn-secondary:hover:not(:disabled) {
  background-color: #d9a738;
}

.btn-icon {
  font-size: 0;
  line-height: 0;
}

.input {
  background-color: transparent;
  padding: 16px 12px;
  border: 1px solid #f14d23;
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  outline: none;
  box-sizing: border-box;
}

.input::placeholder {
  color: #ffffff;
}

.bonus-item {
  background-color: #2b3034;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}

@media screen and (min-width: 960px) {
  .bonus-item {
    border-radius: 3px 6px;
  }
}

p.bonus-item__name {
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6666;
  font-weight: 500;
  min-height: 48px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 5px 8px 3px;
  height: 40px;
  flex-grow: 1;
}

@media screen and (min-width: 960px) {
  p.bonus-item__name {
    font-size: 20px;
    line-height: 1.3333;
    font-weight: 700;
    min-height: 65px;
    margin: 16px 19px 21px;
  }
}

.bonus-item__image-container {
  position: relative;
  padding-top: 45.29%;
}

.bonus-item__image-container-image {
  display: block;
  min-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .bonus-item__call-to-action-wrapper {
    display: block;
  }
}

.bonus-item__call-to-action-wrapper-button {
  display: none;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

@media screen and (min-width: 960px) {
  .bonus-item__call-to-action-wrapper-button {
    font-family: Roboto, 'Helvetica Neue', sans-serif;
    position: static;
    display: block;
    width: auto;
    min-width: 120px;
    max-width: 100%;
    margin: 0 auto 16px;
    padding: 0 9px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    background: #d63f17;
    margin: 0 auto 24px;
  }

  .bonus-item__call-to-action-wrapper-button:hover {
    background: #dc5c3a;
  }
}

.bonus-item-action__tnc {
  display: block;
  padding: 0;
  margin: 0 8px 8px;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  color: #d63f17;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 20;
  text-align: left;
}

@media screen and (min-width: 960px) {
  .bonus-item-action__tnc {
    margin: 0 auto 24px;
  }
}

.bonus-terms {
  margin-top: 180px;
  max-width: 630px !important;
}

.bonus-terms .popup-header .popup-header__title {
  text-align: center;
  font-weight: 700;
}

.bonus-terms .popup-header__close-btn:after {
  color: #ffffff;
}

.bonus-terms .popup-header__close-btn {
  background-color: transparent;
  background-color: #db3b10;
  color: #ffffff;
  width: 22px;
  height: 22px;
}

.bonus-terms .popup-header__close-btn:hover {
  background-color: #db3b10;
}

.bonus-terms .popup-body {
  padding-top: 24px;
  padding-right: 5px;
  padding-bottom: 24px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.bonus-terms .popup-body::-webkit-scrollbar {
  display: none;
  width: 4px;
}

.bonus-terms .popup-body::-webkit-scrollbar {
  display: block;
}

.bonus-terms .popup-body::-webkit-scrollbar-track {
  display: none;
}

.bonus-terms .popup-body::-webkit-scrollbar-thumb {
  background-color: #cacaca;
  border-radius: 20px;
}

p.bonus-list--error {
  color: #fff;
  text-align: center;
  margin: 20px auto;
}

.cdk-global-overlay-wrapper {
  align-items: flex-start !important;
}