@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.tooltipster-fall {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tooltipster-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 0.4s;
  animation: tooltipster-fading 0.4s;
}

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 0.6s;
  animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.tooltipster-sidetip .tooltipster-content {
  color: #475c63;
  line-height: 18px;
  font-size: 13px;
  padding: 10px;
}
.tooltipster-sidetip .tooltipster-content .centered {
  font: 400 13px/1.2 "Open Sans", sans-serif;
  color: #475c63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tooltipster-sidetip .tooltipster-content .centered:before {
  content: "";
  width: 18px;
  height: 14px;
  margin: -3px 8px 0 0;
  background: url("../../../img/footer-svg/check.svg") no-repeat;
}
.tooltipster-sidetip .tooltipster-content .ico-check {
  margin: 0 5px 0 0;
  font-size: 18px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: rgba(0, 0, 0, 0.1);
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: rgba(0, 0, 0, 0.1);
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: rgba(0, 0, 0, 0.1);
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: 0;
  top: -3px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.tooltipster-sidetip.tooltipster-bottom.tbl_casino_dropdown .tooltipster-arrow-background {
  border-bottom-color: #F2F2F2;
}

.tooltip {
  margin-top: 3px;
  cursor: default;
}
.tooltip:hover > div {
  visibility: visible;
  cursor: default;
}

.tooltip_block {
  min-width: 122px;
  min-height: 20px;
  padding: 5px;
  visibility: hidden;
  position: absolute;
  z-index: 5;
  color: #fff;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #4B6188;
  -moz-transition-property: visibility;
  -moz-transition-duration: 1s;
  -webkit-transition-property: visibility;
  -webkit-transition-duration: 1s;
  -o-transition-property: visibility;
  transition-property: visibility;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

@media (max-width: 374px) {
  .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    margin-left: -16px;
  }
  .tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    margin-left: -18px;
  }
}
.review_casino_popup.feedBackThanks {
  display: none;
  text-align: center;
  padding: 50px 15px;
  min-height: 40px;
}

.site__content-item .review_casino_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 40px 15px 30px;
  background-color: #FFFFFF;
  opacity: 1;
  overflow-y: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
  width: 95%;
  max-width: 400px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px 1px #000;
  -moz-box-shadow: 1px 1px 1px 1px #000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.36);
  overflow: hidden;
}
.site__content-item .review_casino_popup.popup_close {
  top: 18px;
  right: 0;
}

#rate_visit_casino.show {
  opacity: 1;
  visibility: visible;
}

.rate_casino_heading {
  text-align: center;
  margin: 0 0 15px;
  color: #2d3e50;
}

.rate_casino_title {
  font-size: 18px;
  margin: 0 0 5px;
}

.rate_casino_name {
  font-size: 18px;
  font-weight: 700;
}

.rate_casino_subtitle {
  color: #475c63;
  font-size: 14px;
  margin: 0 0 15px;
  text-align: center;
  font-weight: 500;
}

.rateCasinoBtn {
  background: #FFFFFF;
  border: 1px solid #16A0FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #475c63;
  border-radius: 20px;
  height: 40px;
  padding: 10px 20px;
  margin: 10px 0 0 0;
  text-align: left;
  position: relative;
}
.rateCasinoBtn:first-child {
  margin: 0;
}
.rateCasinoBtn i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 15px;
}
.rateCasinoBtn .i-dislike {
  margin: 2px 0 0 0;
}
.rateCasinoBtn span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 13px;
}
.rateCasinoBtn .like-btn {
  fill: #06b505;
}
.rateCasinoBtn .dlike-btn {
  fill: #dc2d26;
}

[class^=i-]:before,
[class*=" i-"]:before,
popup_close {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.feedback_review_form {
  text-align: center;
}
.feedback_review_form .feeback .like_sts {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 0 15px;
  font-size: 22px;
  background: #F2F2F2;
  border-radius: 50%;
}
.feedback_review_form form {
  border: none;
  padding: 0;
  margin: 0;
}
.feedback_review_form .feedback_review_input {
  padding: 10px;
  font-size: 13px;
  border-radius: 4px;
}
.feedback_review_form textarea.feedback_review_input {
  height: 80px;
}
.feedback_review_form .comments-add {
  margin: 0;
  display: block;
  margin-bottom: 15px;
  padding: 20px 0 0;
}
.feedback_review_form .comments-add form > div {
  margin: 10px 0 0 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.feedback_review_form .comments-add form > div:first-child {
  margin: 0;
}
.feedback_review_form .comments-add form > div > label.nr_chararcters_pop_up_review {
  text-align: right;
  font-size: 12px;
  color: #999999;
  font-weight: 500;
}
.feedback_review_form .comments-add form > div > label {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #475c63;
  margin-bottom: 10px;
}
.feedback_review_form .comments-add form > div > textarea {
  background: #F2F2F2;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  width: 100%;
  display: block;
  padding: 15px 10px;
  color: #475c63;
  float: right;
}
.feedback_review_form .comments-add form > div > input {
  background: #F2F2F2;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  width: 100%;
  display: block;
  padding: 15px 10px;
  color: #475c63;
  float: right;
}
.feedback_review_form .comments-add form > div > .comm_input {
  background: #F2F2F2;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  width: 100%;
  display: block;
  padding: 15px 10px;
  color: #475c63;
  float: right;
  height: 147px;
  overflow-y: auto;
  padding: 5px;
}
.feedback_review_form .comments-add form > div:last-child {
  width: 100%;
  margin: 0;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.feedback_review_form .comments-add form > div:last-child > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 5px 0 0;
}
.feedback_review_form .comments-add form > div:last-child > div > label {
  color: #bfbfbf;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  display: block;
}
.feedback_review_form .comments-add form > div:last-child > div > i {
  width: 26px;
  height: 26px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.feedback_review_form .comments-add form > div:last-child > div > i.icon-regular {
  margin-right: 15px;
}
.feedback_review_form .comments-add form > div:last-child > div > i.icon-regular:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 37px;
  color: #c8a517;
  content: "\e912";
  margin: 0;
}
.feedback_review_form .comments-add form > div > .error {
  clear: both;
  padding-top: 10px;
  font-family: "Open Sans", Helvetica, sans-serif;
}
.feedback_review_form .comments-add form > div.message > div {
  margin: 5px 0;
  padding: 10px;
}
.feedback_review_form .comments-add form > div.message > .success {
  border: 1px solid #0c5e01;
  color: #00a500;
}
.feedback_review_form .comments-add form > div.message > .error {
  border: 1px solid #9f1515;
  color: #ba0101;
}
.feedback_review_form .comments-add .moods .active {
  transform: scale(1.2);
}
.feedback_review_form .send_feedback {
  background: #16A0FF;
  margin: 0 auto;
  border-radius: 4px;
  width: 152px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  border: none;
}
.feedback_review_form .comment form > div.message > div {
  margin: 5px 0;
  padding: 10px;
}
.feedback_review_form .comment form > div.message > .success {
  border: 1px solid #0c5e01;
  color: #00a500;
}
.feedback_review_form .comment form > div.message > .error {
  border: 1px solid #9f1515;
  color: #ba0101;
}
.feedback_review_form .error_input {
  border: 1px solid #dc2d26 !important;
}
.feedback_review_form .error_msg {
  color: #F63C42;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}

.review_casino_popup .icon-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 0 15px;
  font-size: 22px;
  background: #F2F2F2;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.review_casino_popup .icon-check:after {
  border-width: 0 0 4px 4px;
  width: 30px;
  height: 15px;
}
.review_casino_popup .rate_casino-btns .svg-icon {
  font-size: 30px;
  position: absolute;
  left: 15px;
  top: 12px;
}

.like_sts .svg-icon {
  font-size: 30px;
  font-size: 50px;
  position: relative;
  left: 13px;
  top: 13px;
}

.feedback_review_title {
  font-size: 20px;
  margin: 0 0 5px;
  color: #2d3e50;
}

.feedback_review_subtitle {
  font-size: 14px;
  color: #475c63;
  font-weight: 500;
}

.popup_close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 13px;
  cursor: pointer;
  width: 14px;
  height: 14px;
}
.popup_close svg {
  font-size: 30px;
}

.i-close:before {
  content: "\e907";
  color: #BFBFBF;
}

.thx {
  font-size: 20px;
  margin: 10px 0 0;
  text-align: center;
  color: #2d3e50;
  height: 27px;
}

.comments-stats {
  display: block;
  margin-bottom: 15px;
  padding: 20px 0 0;
}

.feedBackThanks_content .icon-check_popup {
  width: 30px;
  height: 30px;
  position: relative;
  left: 3px;
  top: 5px;
}

.msg_box {
  display: none;
  width: 100%;
  min-height: 100px;
  -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: -300px;
  left: 0;
  padding: 20px;
  text-align: center;
  background: #2D3E50;
  z-index: 5;
  cursor: pointer;
}
.msg_box span {
  color: #fff;
}

.msg_counter {
  display: inline-block;
  margin-top: 30px;
}

.msg_counter_info {
  display: inline-block;
  margin-top: 30px;
  margin-right: 10px;
}

.success-text {
  display: none;
  font-weight: 400;
  font-size: 14px;
  color: #2d3e50;
  padding: 15px;
  border: 1px solid #eee;
  line-height: 20px;
  -ms-align-items: center;
  align-items: center;
  border-radius: 2px;
  margin-bottom: 30px;
}
.success-text i {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #06B505;
  border-radius: 50%;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.success-text .svg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.success-text .message_success_sent {
  display: inline-block;
}

.success-text-content {
  display: flex;
  align-items: center;
}

.success-text.show {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media (max-width: 975px) {
  .success-text .message_success_sent {
    width: 70%;
  }
  .success-text {
    margin-bottom: 50px;
  }
}
.footer__gamble-aware-age {
  margin-right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(238, 238, 238);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  font-size: 14px;
  font-weight: 700;
}
.footer__gamble-aware-text {
  width: 154px;
  height: 16px;
}
.footer__social-item--pinterest a:after {
  width: 18px;
  height: 18px;
  background: url("/public/img/footer-svg/pinterest.svg") no-repeat;
  background-position: center center;
  display: inline-block;
}
.footer__social-item--twitter a:after {
  width: 18px;
  height: 18px;
  background: url("/public/img/twitter-x.png") no-repeat;
  background-position: center center;
  display: inline-block;
}

.site__caption {
  font-weight: 600;
}

#search__popup-update {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #83868a;
  font-size: 12px;
  text-transform: uppercase;
}

#search__popup-links {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  display: block;
  padding: 17px 14px 13px;
  border-top: 1px solid #dce0db;
  color: #16A0FF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.9px;
  text-align: center;
  background-color: #fff;
}

#search__popup-no-results {
  color: #283746;
  font-size: 14px;
  padding: 20px 10px 10px;
}

#search__preload {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  z-index: 99;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#search__preload-element {
  display: inline-block;
  width: 2em;
  height: 2em;
  pointer-events: none;
  border: 1px solid #283746;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: 1s loader linear infinite;
  animation: 1s loader linear infinite;
  position: relative;
  top: -30%;
}
#search__preload-element:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -0.3em;
  left: 50%;
  border: 0.3em solid #16A0FF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#search__popup.load #search__preload {
  opacity: 1;
  visibility: visible;
}

#search-result {
  width: 100%;
  padding: 11px 7px 20px;
  overflow-y: scroll;
  background: #fff;
}

#search-result__title {
  margin-bottom: 23px;
  color: #475c63;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
#search-result__title span {
  color: #16A0FF;
}

#search-result__btn-wrap {
  display: none;
}
#search-result__btn-wrap .btn_2:hover {
  cursor: pointer;
}

.search-result__topic {
  margin-bottom: 4px;
  color: #2d3e50;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.search-result__wrap {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #DCE0DB;
  line-height: 20px;
}
.search-result__wrap:last-child {
  border-bottom: none;
}

.search-result__frame {
  margin-bottom: 7px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.search-result__frame > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.search-result__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  padding: 7px 0 8px;
  color: #475c63;
  font-size: 14px;
}
.search-result__item i {
  font-style: normal;
}
.search-result__item span {
  position: relative;
  top: 0;
  color: #06b505;
  font-size: 11px;
  text-transform: uppercase;
}

.search-result__more {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #16A0FF;
  font-size: 14px;
  letter-spacing: -0.1px;
}
.search-result__more span {
  margin-right: 6px;
  cursor: pointer;
}
.search-result__more svg {
  position: relative;
  width: 11px;
  height: 5.5px;
  fill: #029C3E;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: top 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.search-result__more.hide-links svg {
  top: 1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search__popup-title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 14px 0 2px;
  padding-top: 18px;
  border-top: 1px solid #DCE0DB;
  color: #2d3e50;
  font-size: 12px;
  text-transform: uppercase;
}
.search__popup-title h2 {
  font-weight: 600;
}
.search__popup-title:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.search__popup-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 9px 0 6px;
  color: #475c63;
  font-size: 14px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.search__popup-item i {
  max-width: 85%;
  font-style: normal;
}
.search__popup-item span {
  color: #06b505;
  font-size: 11px;
  text-transform: uppercase;
}

.tbl_casino_popup.active .tbl_casino_dropdown {
  display: block;
}

.tbl_casino_dropdown.upper-bonus {
  top: initial;
  bottom: calc(100% + 15px);
}
.tbl_casino_dropdown.upper-bonus .tbl_casino_dropdown_box:before {
  top: initial;
  bottom: -8px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.tbl_casino_dropdown.upper-bonus .tbl_casino_dropdown_box:after {
  display: none;
}

.tbl_casino_dropdown {
  font: 600 13px/1.2 "Open Sans", sans-serif;
  width: 306px;
}
.tbl_casino_dropdown .tooltipster-content {
  padding: 0;
}
.tbl_casino_dropdown .bonus_block_code {
  margin: 0 auto 12px;
  font-weight: 600;
  padding: 8px;
  --border-color: #C2C2C2;
  --border-weight: 1px;
  --dash-size: 4px;
  --gap-size: 4px;
  border-style: none;
  position: relative;
  text-align: center;
  color: #2d3e50;
}

.tbl_casino_dropdown_body {
  padding: 20px 12px;
  background: #fff;
}

.tbl_casino_dropdown_outer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.tbl_casino_dropdown_outer span {
  display: block;
  line-height: 20px;
  text-align: left;
}

.tbl_casino_dropdown_box {
  position: relative;
}

.tbl_casino_dropdown_body_name {
  color: #2d3e50;
  font-weight: 600;
  width: 100%;
}
.tbl_casino_dropdown_body_name .min_dep {
  position: absolute;
  bottom: 20px;
}

.tbl_casino_dropdown_body_value .exp_green {
  font-weight: 400 !important;
}
.tbl_casino_dropdown_body_value {
  color: #475c63;
  font-weight: 400;
  width: 100%;
}
.tbl_casino_dropdown_body_value ul span {
  display: inline-block;
}

.tbl_casino_dropdown_cross {
  background: none;
  border: none;
  padding: 0;
  color: #475c63;
  font-size: 18px;
  line-height: 16px;
  outline: none;
  margin: -3px 0 0 0;
}

.tbl_casino_dropdown_name {
  font-size: 14px;
  color: #2d3e50;
  font-weight: 600;
}

.tbl_casino_dropdown_header {
  background: #F2F2F2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 22px 12px;
  border-radius: 2px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tooltipster-content a {
  color: #16A0FF;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding: 2px;
}

.site__aside.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  height: 100%;
}

.site__aside {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.pos-relative {
  position: relative !important;
}

@media screen and (max-width: 767px) {
  #search__preload {
    display: block;
    top: 30%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page_info.open {
    height: auto;
    max-height: auto;
  }
}
@media screen and (max-width: 974px) {
  #search-result {
    height: 85vh;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 15px;
  }
}
@media (min-width: 975px) {
  .search {
    width: 215px;
  }
  .search:before {
    display: none;
  }
  .search__frame {
    display: block;
    position: absolute;
    top: 0;
    background-color: transparent;
  }
  .search__frame input {
    width: auto;
    float: right;
  }
  .search__frame button {
    top: 11px;
    right: 3px;
    width: 29px;
    height: 32px;
    -webkit-background-size: 22px 23px;
    background-size: 22px 23px;
  }
  .search__frame_sidebar .svg-icon {
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .search__frame_sidebar input {
    padding-left: 28px;
  }
  .search__frame_sidebar button {
    top: 0;
    right: 5px;
    width: 29px;
    height: 32px;
    -webkit-background-size: 22px 23px;
    background-size: 22px 23px;
  }
  #search.increase {
    left: 225px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #search.increase input {
    padding-left: 50px;
  }
  #search.increase #search__btn-find {
    left: 21px;
  }
  #search__btn-find {
    left: 9px;
    height: 14px;
    width: 14px;
  }
  #search__btn-open {
    display: none;
  }
  #search__popup {
    position: absolute;
    top: 59px;
    width: 100%;
    height: auto;
    padding: 23px 10px 19px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    margin-top: -7px;
  }
  .search__popup-holder {
    height: auto;
    padding: 0;
  }
  .search__popup-title {
    margin: 14px 0 0;
    padding: 18px 10px 0;
  }
  .search__popup-title h2 {
    font-weight: 600;
  }
  .search__popup-item {
    padding: 9px 20px 7px 10px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .search__popup-item span {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .search__popup-item:hover {
    color: #16A0FF;
    background-color: #F8F8F8;
  }
  #search__popup-links {
    position: relative;
    padding-bottom: 0;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  #search__popup-links:hover {
    color: #16A0FF;
  }
  #search__popup-no-results {
    padding: 0 10px 20px;
  }
  #search-result {
    width: 100%;
    padding: 4px 9px 20px;
    overflow-y: hidden;
  }
  #search-result__title {
    margin-bottom: 17px;
    color: #475c63;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
  }
  #search-result__title span {
    color: #16A0FF;
  }
  .search-result__topic {
    margin-bottom: 7px;
    color: #2d3e50;
    font-size: 12px;
    font-weight: 600;
    margin: 0 14px;
    padding-bottom: 12px;
    font-size: 15px;
  }
  .search-result__wrap {
    margin-bottom: 17px;
    padding-bottom: 22px;
    border-bottom: 1px solid #DCE0DB;
    margin-bottom: 30px;
  }
  .search-result__wrap:last-child {
    border-bottom: none;
  }
  .search-result__frame {
    margin-bottom: 7px;
    overflow: hidden;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
    margin-bottom: 7px;
  }
  .search-result__frame > div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .search-result__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
    padding: 7px 0 8px;
    color: #475c63;
    font-size: 14px;
    padding: 8px 14px 7px;
    font-size: 14px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .search-result__item i {
    font-style: normal;
  }
  .search-result__item span {
    top: 0;
    margin-left: 4px;
    font-size: 11px;
  }
  .search-result__item:hover {
    background-color: #F8F8F8;
    color: #16A0FF;
  }
  .search-result__more span {
    margin-right: 6px;
    font-weight: 600;
    position: relative;
    font-weight: 400;
  }
  .search-result__more svg {
    position: relative;
    width: 11px;
    height: 5.5px;
    fill: #029C3E;
    -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: top 0.3s ease, transform 0.3s ease;
    transition: top 0.3s ease, transform 0.3s ease;
    transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    top: 2px;
    width: 9px;
    height: 4.5px;
  }
  .search-result__more {
    padding: 0 14px;
  }
  .search-result__more > span:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #16A0FF;
    content: "";
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  .search-result__more:hover > span:after {
    width: 100%;
  }
  .search-result__more.hide-links svg {
    top: 1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #search-result__btn-wrap {
    display: block;
    margin-bottom: 33px;
  }
  #search-result__btn-wrap .btn {
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    padding: 1px 23px 0;
    border: 1px solid #16A0FF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    color: #16A0FF;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  }
  #search-result__btn-wrap .btn svg, #search-result__btn-wrap .btn img {
    width: 17px;
    height: 12px;
    margin-right: 7px;
    margin-left: -4px;
    fill: #16A0FF;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  #search-result__btn-wrap .btn span {
    width: 100%;
    text-align: center;
  }
  #search-result__btn-wrap .btn:hover {
    color: #fff;
    background-color: #16A0FF;
  }
  #search-result__btn-wrap .btn:hover svg {
    fill: #fff;
  }
}
.search-result__item.hide {
  display: none;
}

@media (max-width: 374px) {
  .tooltipster-base {
    width: 98% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    animation: none !important;
  }
}
@media (min-width: 768px) {
  .tbl_casino_dropdown_box:after {
    bottom: inherit;
    top: -7px;
    background: #F2F2F2;
  }
  .tbl_casino_dropdown_box:before {
    bottom: inherit;
    top: -8px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    background: #F2F2F2;
  }
}
@media (max-width: 767px) {
  .tbl_casino_dropdown.bottom-bonus {
    bottom: inherit;
    top: calc(100% + 15px);
  }
  .bottom-bonus .tbl_casino_dropdown_box:before {
    bottom: inherit;
    top: -8px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    background: #F2F2F2;
  }
  .bottom-bonus .tbl_casino_dropdown_box:after {
    bottom: inherit;
    top: -7px;
    background: #F2F2F2;
  }
  .tooltipster-base {
    z-index: 90 !important;
  }
}
.dashed-btn, .game-item .bonus_block_code:after,
.deposit-bonus__info .bonus_block_code:after,
.tbl_casino_drlock_code:after,
.tbl_casino_dropdown .bonus_block_code:after,
.expiring_bonuses > table > tbody > tr > td:nth-child(2) > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(to right, #C2C2C2 0%, #C2C2C2 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to right, #C2C2C2 0%, #C2C2C2 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #C2C2C2 0%, #C2C2C2 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #C2C2C2 0%, #C2C2C2 50%, transparent 50%, transparent 100%);
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 10px 1px, 10px 1px, 1px 10px, 1px 10px;
}

.highlight .comment_name.input,
.highlight .comment_email.input {
  padding-top: 16px;
}

.field-wrap.highlight:after {
  color: #16A0FF !important;
  font-size: 11px !important;
}

.field-wrap.highlight.addError:after {
  color: #FF0A00 !important;
}

.field-wrap.message-item.highlight:after {
  top: 21px !important;
}

.field-wrap.name-item.highlight:after,
.field-wrap.email-item.highlight:after {
  top: 23% !important;
}

.overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

#site-static-popups .site-static-popup {
  padding: 24px 32px;
  position: absolute;
  left: 0;
  top: 0;
  width: 360px;
  max-width: 100%;
  background-color: #fff;
  font-size: 14px;
  font-family: "Open Sans";
  letter-spacing: 0px;
  color: #70696D;
  z-index: 99;
  border-radius: 4px;
  height: auto !important;
  display: none;
  line-height: 23.3px;
  border: 1px solid #E5E5E5;
}
#site-static-popups .site-static-popup:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  z-index: 15;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #70696D;
  margin-top: -1px;
}
#site-static-popups .site-static-popup:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  z-index: 20;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  margin-top: -1px;
}
#site-static-popups .site-static-popup .static-popup-main-text {
  color: #70696D;
  font-weight: bold;
}
#site-static-popups .site-static-popup .responsible-gambling-container {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  gap: 8px;
}
#site-static-popups .site-static-popup .responsible-gambling-link {
  width: 100%;
}

.site-static-popup--body > span {
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E5E5;
}
.site-static-popup--body > span > div {
  margin-bottom: 12px;
  padding-right: 20px;
}
.site-static-popup--body a {
  color: #16A0FF;
  font-size: 15px !important;
  font-weight: 600 !important;
}

@media (max-width: 760px) {
  #site-static-popups .site-static-popup {
    font-size: 13px !important;
    padding: 30px 20px 12px;
    width: 304px;
    line-height: 22px;
    margin-top: 20px;
  }
  .site-static-popup--body > span > div {
    padding-right: 0px;
  }
  .site-static-popup--body a {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .nano {
    height: 238px;
  }
}
.nano {
  position: relative;
  width: 100%;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.16);
  height: auto;
  max-height: 480px;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: -5px !important;
  bottom: 0;
  left: 0;
}
.nano > .nano-pane {
  position: absolute;
  width: 4px;
  right: -4px;
  top: 3px;
  bottom: 3px;
  visibility: hidden\9 ;
  opacity: 0.01;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #475c63;
}

.nano-pane.active {
  visibility: visible\9 ;
  opacity: 0.99;
}

.nano-pane.flashed {
  visibility: visible\9 ;
  opacity: 0.99;
}

.all_casinos_inner_wrapper .nano > .nano-pane > .nano-slider {
  right: 9px;
}
.all_casinos_inner_wrapper .nano {
  box-shadow: none;
  position: relative;
}
.all_casinos_inner_wrapper .nano-content {
  padding-bottom: 50px;
}

@media (max-width: 1000px) {
  .nano {
    max-height: 1080px;
  }
}
@media (min-width: 768px) {
  .all_casinos_inner_wrapper .nano-content {
    padding-bottom: 58px;
  }
}
@media (min-width: 975px) {
  .all_casinos_inner_wrapper .nano-content {
    padding-bottom: 20px;
    right: -17px !important;
  }
  .all_casinos_inner_wrapper .nano-content::-webkit-scrollbar {
    display: block;
  }
}
.menu__aside-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu__aside-scroll::-webkit-scrollbar {
  display: none;
}
.menu__aside-scroll .nano-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu__aside-scroll .nano-content::-webkit-scrollbar {
  display: none;
}
.menu__aside-scroll .top_rated_inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu__aside-scroll .top_rated_inner::-webkit-scrollbar {
  display: none;
}

#back-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  z-index: 99;
  background-color: #2d3e50;
  color: #fff;
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  transition: background 0.3s, opacity 0.7s;
}
#back-top svg {
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  #back-top:hover {
    background-color: #16A0FF;
  }
}
@media screen and (max-width: 767px) {
  #back-top {
    width: 40px;
    height: 40px;
    bottom: 25px;
    right: 10px;
    font-size: 13px;
  }
  #back-top:active {
    background-color: #16A0FF;
  }
}

/*# sourceMappingURL=defer.css.map */
