/*!
Theme Name: kenya02
*/
.has-border-green-background-color,
.has-neon-green-background-color {
  padding: 24px;
}

.has-border-green-background-color {
  background-color: rgba(165, 248, 83, 0.05);
  border: 1px solid var(--green);
}

.has-neon-green-background-color {
  background-color: var(--green);
  color: var(--primary);
}

ul.has-border-green-background-color,
ul.has-neon-green-background-color,
ol.has-border-green-background-color,
ol.has-neon-green-background-color {
  padding-left: calc(24px + 1em);
}

ul.has-neon-green-background-color > li::before {
  border-color: var(--primary);
}

ol.has-neon-green-background-color > li::before {
  color: var(--primary);
}

.bm-overlay.hide {
  display: none !important;
}

.bm-overlay .hide {
  display: none !important;
}

.aside {
  position: sticky;
  top: 24px;
}

.star-rating .rmp-rating-widget .rmp-icon--ratings {
  font-size: 1.3em;
}

.star-rating .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results,
.star-rating .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__hover-text,
.star-rating .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__msg,
ul.rmp-rating-widget__icons-list li::before {
  display: none;
}

.star-rating .rmp-widgets-container.rmp-wp-plugin.rmp-main-container,
.star-rating .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons {
  margin: 0;
}

.star-rating .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list {
  display: flex;
  margin: 0 -3px;
}

.star-rating .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list__icon {
  display: flex;
  margin: 0 3px;
}

.star-rating .rmp-icon--star:before,
.star-rating .rmp-icon--full-highlight.rmp-icon--star:before,
.star-rating .rmp-icon--hovered.rmp-icon--star:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
}

.star-rating .rmp-icon--star:before {
  background: url(assets/images/icons/icon-star-gray.svg) center no-repeat;
}

.star-rating .rmp-icon--full-highlight.rmp-icon--star:before,
.star-rating .rmp-icon--hovered.rmp-icon--star:before {
  background: url(assets/images/icons/icon-star-green-bg.svg) center no-repeat;
}

.steps {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 24px;
}
.step-item {
  border: 1px solid #A5F853;
  background: #2A2A2A;
  padding: 24px;
}
.step-item__media {
  display: block;
  overflow: hidden;
  height: 200px;
  margin-bottom: 12px;
}
.step-item__media>a {
  display: block;
  height: 100%;
}
.step-item__image {
  display: block;
  width: 100%!important;
  height: 100%!important;
  object-position: center;
  object-fit: cover;
}
.step-item__content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.step-item__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.step-item--preview {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
}

.step-item__preview-image {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat:  no-repeat;
  background-size: cover;
  filter: brightness(35%);
}

@media (max-width : 575px) {
  .steps {
    grid-template-columns: repeat(1,1fr);
  }
}

.custom-ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}

.custom-ol li {
  /* display: flex; */
  display: grid;
  grid-template-columns: 40px auto;
  gap: 8px;
  border-radius: 2px;
  background: #2A2A2A;
  box-shadow: 0px 0px 24px 4px rgba(0, 43, 114, 0.08);
  color: #FFF;
  margin: 0;
}

.custom-ol li::before {
  position: initial;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  border-radius: 2px;
  color: #1F1F1F;
  background: #A5F853;
  height: 100%;
  width: 36px;
  min-height: 36px;
}

[data-action] {
  cursor: pointer;
}

.bk-bonus__promocode {
  position: relative;
  display: flex;
  width: 274px;
  height: 46px;
  margin-top: 12px;
  flex-shrink: 0;
  border: 1px dashed #FFF;
  overflow: hidden;
}
.bk-bonus__promocode-text {
  margin: auto;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: not-allowed;
}
.bk-bonus__promocode-text.copied {
  pointer-events: unset;
  -webkit-user-select: unset;
  -khtml-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  -o-user-select: unset;
  user-select: unset;
  cursor: copy;
}
.bk-bonus__promocode-btn {
  position: absolute;
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 16px 12px;
  color: #1B2031;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: #A5F853;
  top: 0;
  left: 0;
  transition: transform .3s ease;
}
.bk-bonus__promocode-btn:hover {
  transform: translateX(-10%);
}
.bk-bonus__promocode-btn.copied {
  transform: translateX(-100%);
}