@import "https://awkuob04i5.execute-api.eu-central-1.amazonaws.com/?brand=Betsat&content=JTNDc3ZnIGhlaWdodD0nNTcnIHN0eWxlPSdmaWxsOiUyM2ZmZjtmb250LWZhbWlseTpSb2JvdG8sc2Fucy1zZXJpZjtmb250LXNpemU6MTJweDt0ZXh0LWFuY2hvcjptaWRkbGU7JyB3aWR0aD0nMzMwJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnJTNFJTNDdGV4dCB4PScxNjUnIHk9JzknJTNFR8O8bmNlbCBhZHJlc2ltaXogJTNDdHNwYW4gc3R5bGU9J2ZvbnQtd2VpZ2h0OmJvbGQ7JyUzRXt7IGN1cnJlbnRfZG9tYWluIH19JTNDL3RzcGFuJTNFIG9sdXAlM0MvdGV4dCUzRSUzQ3RleHQgeD0nMTY1JyB5PScyNCclM0ViaXIgc29ucmFraSBhZHJlc2ltaXogJTNDdHNwYW4gc3R5bGU9J2ZvbnQtd2VpZ2h0OmJvbGQ7JyUzRXt7IG5leHRfZG9tYWluIH19JTNDL3RzcGFuJTNFIG9sYWNha3TEsXIuJTNDL3RleHQlM0UlM0N0ZXh0IHg9JzE2NScgeT0nMzknJTNFR29vZ2xlIGlsZSAlM0N0c3BhbiBzdHlsZT0nZm9udC13ZWlnaHQ6Ym9sZDsnJTNFJTIyQmV0c2F0JTIyJTNDL3RzcGFuJTNFIHZlICUzQ3RzcGFuIHN0eWxlPSdmb250LXdlaWdodDpib2xkOyclM0UlMjJCZXRzYXQgR2lyacWfJTIyJTNDL3RzcGFuJTNFIGFyYW1hbGFyxLFuZGElM0MvdGV4dCUzRSUzQ3RleHQgeD0nMTY1JyB5PSc1NCclM0Vnw7Zyw7xuZW4gJTNDdHNwYW4gc3R5bGU9J2ZvbnQtd2VpZ2h0OmJvbGQ7JyUzRXJla2xhbWzEsSBzaXRlbGVyZSUzQy90c3BhbiUzRSBrZXNpbmxpa2xlICUzQ3RzcGFuIHN0eWxlPSdmb250LXdlaWdodDpib2xkOyclM0V0xLFrbGFtYXnEsW7EsXolM0MvdHNwYW4lM0UuJTNDL3RleHQlM0UlM0Mvc3ZnJTNF";

#fe_main:before {
  animation: alert 0.25s linear 1s 6 alternate;
  background: var(--common_button_inner_bg);
  content: var(--domain-notice-content);
  display: var(--domain-notice);
  height: 77px;
  padding: 10px;
  text-align: center;
}

@keyframes alert {
  from {
    background: var(--common_button_inner_bg);
  }

  to {
    background: var(--common_button_inner_hover_bg);
  }
}

.scroll_up_btn {margin-top: 0;}

#fe_footer > .btn_cnt {padding-top: 20px;}

#fe_web_container #fe_main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]) {
  background-color: #71369d;
  border-bottom: 1px solid #fff;
}

#fe_main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]):focus {
    color: #fff !important;
    /* width: 180px; */
}

.bs_filters .datepicker, .bs_filters .txt_time, .bs_filters #from_amount, .bs_filters #to_amount {
    color: #fff !important;
}

table.datagrid tr {background-color: var(--primary_color)}

@media screen and (max-width: 767px) {
  .registration_container.reg_v8 {
    margin-top: 0;
  }
}
#fe_body #fe_web_container {
  overflow-x: hidden;
}

.promotions-details-new .footer_nav .extra_text {display: none}

#fe_web_container #fe_footer .footer_payments .inner .astropay {
 display: none;
}
#fe_footer .footer_nav .dmca_logo {
    display: none !important;
}