

html body {
  background-color: var(--primary_color);
}

body:before {
  animation: alert 0.25s linear 1s 6 alternate;
  background: var(--common_button_inner_bg);
  content: var(--domain-notice-content);
  display: var(--domain-notice);
  display: block;
  height: 27px;
  padding: 10px;
  text-align: center;
}

@keyframes alert {
  from {
    background: var(--common_button_inner_bg);
  }

  to {
    background: var(--common_button_inner_hover_bg);
  }
}

.cfv2_sections_menu .swiper-container,
.cfv2_providers_menu .swiper-container {
  border-radius: 50px;
}

.mobile_icon_wrapper {
  top: 180px;
  z-index: 10;
}

.logo_area .logo {
  background-position: left center;
  margin-top: 4px;
}

#fe_web_container #fe_main input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="file"]), input.input, #fe_web_container #fe_main select, #fe_main textarea {
  background-color: var(--input_select_bg);
  border-bottom: 1px solid #fff;
}

.bs_filters .datepicker, .bs_filters .txt_time, .bs_filters #from_amount, .bs_filters #to_amount {
    color: #fff !important;
}

body.forgot-password #fe_web_container #fe_main input[type="text"], body.login-php #fe_web_container #fe_main .login_txt {
    color: #fff;
}

body.forgot-password #fe_web_container #fe_main input[type="text"]::placeholder {
    color: #fff;
}

.gender_cnt input:checked ~ .checkmark {
   background-color: var(--quinary_color);
}

.promotions-details-new #fe_footer p:first-child {display: none;}

#fe_web_container #fe_footer .footer_payments .inner .astropay {
 display: none;
}
