/* Colors */
/* Functions */
.rb23-home-section {
  margin-bottom: 16px;
}
.rb23-home-section:last-child {
  margin-bottom: 0;
}
#rb23-news-bar {
  background-color: #203823 !important;
  height: 24px;
  overflow: hidden;
  display: flex;
}
#rb23-news-bar .rb23-nb-icon {
  padding: 4px 12px;
  background: #16171c29;
  height: 24px;
}
#rb23-news-bar .rb23-nb-icon svg {
  display: flex;
  color: #fff;
}
#rb23-news-bar .owl-carousel {
  padding-left: 8px;
}
#rb23-news-bar .item a {
  height: 24px;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
}
#rb23-slider {
  margin-bottom: 12px;
}
#rb23-slider .owl-theme .owl-dots {
  position: absolute;
  top: initial;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  margin: 0;
}
.owl-item.owl-animated-in:not(.active),
.owl-item.owl-animated-out:not(.active):not(.cloned) {
  display: none !important;
}
.item a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block !important;
  width: calc(100% - 60px);
  padding-top: 3px;
}
#rb23-slider .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
#rb23-slider .owl-theme .owl-dots .owl-dot.active span {
  background-color: #d83535;
  width: 30px;
}
#rb23-slider .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #d83535;
}
#rb23-slider .item {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/420;
}
#rb23-slider .item .rb23-skeleton-loading {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/420;
}
#rb23-home-boxes {
  position: relative;
  z-index: 1;
  width: 100%;
}
#rb23-home-boxes .rb23-hb-item {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 5;
  overflow: hidden;
}
#rb23-home-boxes .rb23-hb-item img {
  position: absolute;
  top: 0;
  margin: 0 10px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#rb23-home-boxes .rb23-hb-item img:first-child {
  margin-left: 5px;
}

#rb23-home-boxes .rb23-hb-item img:last-child {
  margin-right: 5px;
}
#rb23-home-boxes .rb23-skeleton-loading {
  width: 100%;
  height: auto;
  aspect-ratio: 320/220;
}
#rb23-home-payment-methods .rb23-pm-item {
  width: 260px;
  padding: 8px 8px 8px 16px;
  margin-left: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #16171c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #16171c 0%, #1b2d1f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #16171c 0%, #1b2d1f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #16171c 0%, #1b2d1f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  border: 2px solid #373a40;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#rb23-home-payment-methods .rb23-pm-item img.rb23-pm-img {
  display: flex;
  height: 20px;
  width: auto;
}
#rb23-home-payment-methods .rb23-pm-item .rb23-pm-btn {
  padding: 4px 9px;
  background: #2e5034;
  border: 1px solid #45e437;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
}
#rb23-bonuses .rb23-b-section {
  display: grid;
  gap: 12px;
  width: 100%;
}
#rb23-bonuses .rb23-b-section .rb23-item {
  background-color: #3d3f48;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: grid;
  position: relative;
}
#rb23-bonuses .rb23-b-section .rb23-item .rb23-mini-text-area {
  padding: 0 12px 8px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#rb23-bonuses .rb23-b-section .rb23-item .rb23-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.rb23-casino-games .rb23-c-game-slider {
  width: 100%;
}
.rb23-casino-games .rb23-c-game-slider .item {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.rb23-casino-games .rb23-c-game-slider .item:hover {
  border-color: rgba(255, 255, 255, 0.1);
}
.rb23-casino-games .rb23-c-game-slider .item:hover .rb23-g-in {
  background: #16171ccc;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 100%;
  padding-top: 16px;
}
.rb23-casino-games .rb23-c-game-slider .item:hover .rb23-g-in a.rb23-g-btn {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.2s;
}
.rb23-casino-games .rb23-c-game-slider .item .rb23-g-in {
  background: rgba(22, 23, 28, 0.95);
  padding: 6px 16px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  height: 32px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.rb23-casino-games .rb23-c-game-slider .item .rb23-g-in .rb23-g-flex {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rb23-casino-games .rb23-c-game-slider .item .rb23-g-in a.rb23-g-btn {
  width: 100%;
  height: 54px;
  background-color: #45e437;
  border: 2px solid #45e437;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #16171c;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 0;
  opacity: 0;
  transform: translateY(50px);
  margin-bottom: 20px;
}
.rb23-casino-games .rb23-c-game-slider .item .rb23-g-in a.rb23-g-btn:hover {
  background-color: #39be2d;
}
.rb23-casino-games .rb23-c-game-slider .item img.rb23-image {
  width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 1439px) {
  #rb23-bonuses .rb23-b-section .rb23-item .rb23-text-area {
    padding: 28px 32px;
  }
  #rb23-bonuses .rb23-b-section .rb23-item .rb23-text-area .rb23-subtitle {
    font-size: 22px;
  }
  #rb23-bonuses .rb23-b-section .rb23-item .rb23-text-area .rb23-title {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  #rb23-bonuses .rb23-b-section .rb23-item .rb23-text-area {
    padding: 24px;
  }
  #rb23-bonuses .rb23-b-section .rb23-item .rb23-text-area .rb23-subtitle {
    font-size: 20px;
  }
  #rb23-bonuses .rb23-b-section .rb23-item .rb23-text-area .rb23-title {
    font-size: 24px;
  }
}
