@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Audiowide|Monoton|Quantico:700");

.mobile_slide_menu {
  background: #f7f7fd;
  height: 100%;
  width: 100%;
  z-index: 9999;
  position: fixed;
  clear: both;
  display: none;
}
body {
  background: #fff;
  font-family: "Raleway", sans-serif;
  /* margin-top: 86px; */
}
.flag_row {
  float: left;
  padding-right: 5px;
  padding-left: 5px;
}
body:has(nav) {
  margin-top: 80px;
}

.page_fullwidth .page_content {
  width: 100%;
  float: left;
}
.page_2cols .page_content {
  width: 70%;
  float: left;
}
..page_2cols .sidebar_right {
  width: 30%;
  float: left;
}
.content_box {
  width: 100%;
  float: left;
}
.carousel-inner .carousel-inner .item {
  max-height: 400px;
  background: #f7f5fb;
}
.carousel-inner .item img {
  height: 100%;
  max-height: 220px;
  margin: auto;
  padding: 20px;
}
.carousel-control,
.carousel-control:focus {
  background: none !important;
  opacity: 1;
  color: #2b468b;
  text-shadow: none;
  width: auto;
  margin: 3.5%;
}
.carousel-control:hover {
  color: #1a2f65;
  opacity: 1 !important;
}
.w100 {
  width: 100%;
  float: left;
}
.menu_left,
.menu_center,
.menu_right {
  float: left;
}

.menu_left {
  width: 30%;
  padding-right: 90px;
}
.menu_left img {
  width: 100%;
  height: auto;
}
.menu_center {
  width: 50%;
  padding: 10px 0;
}
.menu_right {
  width: 20%;
  float: right;
  padding: 10px 0;
}
.menu_right ul {
}
.menu_center ul li {
  display: block;
  padding: 0 12px;
  float: left;
}
.menu_center a {
  float: left;
  background: #415da5;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
}

.nav_desktop {
  padding: 12px 0px;
  background: #2b468b;
  /* height: 86px; */
  float: left;
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0;
  transition: top 0.5s;
}

.nav_header_desktop {
  padding: 12px 0 0 0px;
  background: #d7d9dc;
  height: 100px;
  float: left;
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0;
  transition: top 0.5s;
}

.menu_center a:hover {
  background: #ed7d2b;
}
footer {
  width: 100%;
  float: left;
  color: #5a5a5a;
  padding: 30px 0;
  background: #d7d9dc;
}
.w60 {
  width: 60%;
  float: left;
  padding-right: 30px;
}
.w40 {
  width: 40%;
  float: left;
  padding-left: 30px;
}
.section_box {
  padding: 40px 0;
}
#Slider {
  width: 100%;
  float: left;
  margin-top: 30px;
}
img {
  max-width: 100%;
  height: auto;
}
.section_gray {
  background: #f0f3f5;
  width: 100%;
  float: left;
}
.section_withimage .w60 {
  padding: 40px 0;
}
.section_withimage h2 {
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #2b468b;
}

.w33 {
  width: 33.33%;
  float: left;
}
.section_icon {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0;
}
.section_icon i {
  font-size: 80px;
  color: #2b468b;
}
.content_withbigicon h3 {
  text-align: center;
  color: #2b468b;
  font-weight: 700;
  width: 100%;
  float: left;
}
.content_withbigicon p {
  width: 100%;
  float: left;
  padding: 0 30px;
  text-align: center;
}
.menu_left img {
  max-width: 200px;
}
.login_button,
.register_button {
  float: left;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  margin: 0 5px;
  border-radius: 5px;
}
.login_button:hover,
.register_button:hover {
  color: #ffffff;
  text-decoration: none;
}
.login_button:hover {
  background: #fa9746;
}
.register_button:hover {
  background: #7d91c5;
}
.login_button {
  background: #ed7d2b;
  color: #ffffff;
}
.register_button {
  background: #6b87cf;
  color: #ffffff;
}
.ciemny_background {
  width: 100%;
  float: left;
  background: #415da5;
  padding: 50px 0 17% 0;
}
.login_box {
  width: 100%;
  float: left;
  background: #fa9746;
  border-bottom: 20px #ed7d2b solid;
  color: #fff;
  padding: 30px 60px;
  border-radius: 6px;
}
.hi {
  width: 100%;
  float: left;
  background: #fa9746;
  border-bottom: 20px #ed7d2b solid;
  color: #fff;
  padding: 30px 60px;
  border-radius: 6px;
}
.login_box h2 {
  font-weight: 900;
  text-transform: uppercase;
}
.login_form {
  width: 100%;
  float: left;
}
.input_field {
  width: 100%;
  float: left;
}
.login_form input,
.login_form select {
  width: 100%;
  border-radius: 8px;
  outline: 0;
  float: left;
  border: 2px rgb(214 127 55) solid;
  margin-bottom: 5px;
  padding: 12px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  color: #272727;
}

.login_form button[name="submit"] {
  width: 100%;
  float: left;
  max-width: 180px;
  padding: 12px 10px;
  border: 0;
  border-radius: 6px;
  margin-top: 10px;
  background: #2b468b;
  font-weight: 700;
  color: #fff;
}
.login_form button[name="submit"]:hover {
  background: #ed7d2b;
}

.forget_password_info {
  margin-top: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  float: left;
  background: #eaeaea;
}
.forget_password_info a {
  padding-left: 5px;
  font-weight: 900;
}

.login_page .page_content {
  width: 60%;
  float: left;
}
.createaccount_box,
.logos_box,
.loginaccount_box {
  width: 38%;
  float: left;
  background: #ffd234;
  text-transform: uppercase;
  margin-left: 2%;
  font-size: 20px;
  color: #2b468b;
  padding: 30px 60px;
  font-weight: 900;
  border-radius: 6px;
}

.logos_box__img {
  padding: 0px 5%;
  /* width: 15.7%; */
}
.logos_box {
  padding: 30px 20px;
  width: 100%;
  margin-left: 0px;
  /* display: flex!important; */
}

.createaccount_box:hover,
.loginaccount_box:hover {
  background: #ffad18;
  cursor: pointer;
}
.login_form label {
  width: 100%;
  float: left;
}
.register_page .login_box {
  width: 100%;
  float: left;
  background: #fff !important;
  border-bottom: 20px #2b468b solid;
  color: #2b468b;
  padding: 30px 60px;
  border-radius: 6px;
}
.history_shots .history_box {
  width: 100%;
  float: left;
  background: #fff !important;
  border-bottom: 20px #2b468b solid;
  color: #2b468b;
  padding: 30px 60px;
  border-radius: 6px;
}
.white_background_box {
  width: 100%;
  float: left;
  background: #fff !important;
  border-bottom: 20px #2b468b solid;
  color: #2b468b;
  padding: 30px 20px;
  border-radius: 6px;
}

.history_shots table {
  width: 100%;
  float: left;
  border: 0;
}
.register_page .input_field {
  width: 100%;
  margin: 5px 0;
}
.register_page .login_form input,
.register_page .login_form select {
  border: 2px #2b468b solid;
}
.logged_box {
  float: left;
}
.menu_right a {
  padding: 10px;
  border-radius: 5px;

  float: left;
  margin: 0 2px;
  color: #fff;
}
.logged_box a {
  color: #2b468b;
}
.username_header {
  background: #fbc232 !important;
}
.username_header:hover {
  background: #ed7d2b !important;
  color: #fff;
  text-decoration: none;
}
.link_icon {
  padding: 13px 10px !important;
  background: #415da5 !important;

  color: #fff !important;
}
.link_icon:hover {
  background: #ed7d2b !important;
  color: #fff !important;
  text-decoration: none;
}
.premium_info {
  width: 100%;
  float: left;
  background: #fbc232;
  padding: 10px 0;
  border-radius: 6px;
}
.buy_premium_button {
  background: #ed7d2b;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 6px;
  margin-left: 10px;
}
.buy_premium_button:hover {
  background: #ff7c1b;
  color: #fff;
  text-decoration: none;
}

.panel_box .panel_button {
  width: 100%;
  float: left;
  background: #fff !important;
  border-bottom: 20px #2b468b solid;
  color: #2b468b;
  padding: 30px 60px;
  border-radius: 6px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
}

.panel_box .panel_button:hover {
  background: #fbc232 !important;
  border-bottom: 20px #d0a12b solid;
  text-decoration: none;
}

.panel_box .panel_button_admin {
  width: 100%;
  float: left;
  background: #fbc232 !important;
  border-bottom: 20px #d6a62c solid;
  color: #2b468b;
  padding: 30px 60px;
  border-radius: 6px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
}

.panel_box .panel_button_admin:hover {
  background: #ed7d2b !important;
  border-bottom: 20px #c16827 solid;
  color: #fff;
  text-decoration: none;
}
.panel_box .w33 i {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  font-size: 50px;
}
.w33 {
  padding-right: 30px;
}
.panel_box .w33 {
  margin-bottom: 20px;
}
.w33:nth-child(3),
.w33:nth-child(6) {
  padding-left: 30px;
}

.menuright_link,
.logged_box {
  float: right !important;
}

.page_breadcrumb h2 {
  display: flex;
  align-items: center;
}

.page_breadcrumb {
  margin-bottom: 20px;
}

.page_breadcrumb a {
  margin-top: 20px;
  background: #fbc232;
  padding: 12px;
  /* float: left; */
  border-radius: 6px;
  color: #2b468b;
  font-weight: 700;
  margin-bottom: 10px;
  margin-right: 10px;
}
.page_breadcrumb a:hover {
  text-decoration: none;
  background: #ed7d2b;
  color: #2b468b;
}

.game_box td {
  border: 0 !important;
}
.game_box td div {
}
.game_box #game_table tr td {
  background: #2b468b;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-family: Arial;
  width: 5.25%;
  margin: 0.5%;
  border-radius: 6px;
  padding: 8px 4px;
  font-size: 18px;
  float: left;
  display: block;
}

.powerball_menu,
#game_table {
  width: 100%;
  float: left;
}
.game_box #game_table tr td.selected {
  background: #ed7d2b;
}
.game_box #game_table tr td:hover {
  cursor: pointer;
}
.game_box_left {
  width: 68%;
  float: left;
  background: #fff !important;
  border-bottom: 20px #2b468b solid;
  color: #2b468b;
  padding: 20px 30px;
  border-radius: 6px;
  margin-right: 2%;
}
.game_box_right {
  width: 30%;
  float: left;
  background: #fbc232 !important;
  border-bottom: 20px #daa82a solid;
  color: #2b468b;
  padding: 20px 30px;
  border-radius: 6px;
}
.page_breadcrumb .button_simple {
  margin-bottom: 10px;
  background-color: transparent;
  color: #ffffff;
  padding-top: 0px;
}

.page_breadcrumb a:hover {
  background-color: #ffd334;
}
.button_icon {
  text-align: center;
}
.game_bottom_box {
  width: 100%;
  float: left;
  background: #fff !important;
  border-bottom: 20px #2b468b solid;
  color: #2b468b;
  padding: 30px 60px;
  border-radius: 6px;
  margin-top: 15px;
}
.game_box #game_table tr td .num {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#power_table td {
  background: #ff5252;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-family: Arial;
  width: 11.5%;
  margin: 0.5%;
  border-radius: 6px;
  padding: 8px 4px;
  font-size: 18px;
  float: left;
  display: block;
}
#power_table td:hover {
  cursor: pointer;
}
.power_selected {
  background: #bd1111 !important;
}
.game_box h2 {
  font-weight: bold;
  color: #2b468b;
}
.game_playinfo {
  width: 100%;
  padding: 20px 15px;
  color: #fff;
  margin-top: 10px;
  background: #ed7d2b;
  float: left;
  line-height: 1;
  font-size: 24px;
  border-radius: 6px;
}
.game_playinfo i {
  float: left;
  font-size: 34px;
}
#info {
  padding-left: 10px;
  float: left;
  line-height: 1.6;
}
.selected_number {
  width: 16%;
  margin-right: 0.6%;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: auto !important;
  padding-right: auto !important;
  font-size: 40px;
  font-weight: bold;
  font-family: Arial;
  border-radius: 6px;
  border-bottom: 20px #ca6923 solid;
  text-align: center;
  color: #fff;
  background: #ed7d2b;
  float: left;
}

.selected_number_power {
  width: 16%;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: auto !important;
  padding-right: auto !important;
  font-size: 40px;
  font-weight: bold;
  font-family: Arial;
  border-radius: 6px;
  border-bottom: 20px #d42828 solid;
  text-align: center;
  color: #fff;
  background: #fb3232;
  float: left;
}
.selected_number:empty,
.selected_number_power:empty,
.game_box #game_table tr td:empty,
#power_table td:empty {
  padding: 0 !important;
  border: 0 !important;
}
.background_small_padding {
  padding: 20px 0 17% 0 !important;
}
.page_fullwidth {
  min-height: 83vh;
}
.banner_users {
  float: left;
  background: #ed2b2b;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 6px;
  color: #fff;
  margin-top: 15px;
}
.banner_users:hover {
  text-decoration: none;
  background: #a71b1b;
  color: #fff;
}

.page_fullwidth .page_breadcrumb {
  margin-top: 15px;
}
.white_background {
  padding: 20px 0 17% 0 !important;
}

.footer_leftcontent,
.footer_rightcontent {
  float: left;
  width: 50%;
}
.footer_leftcontent {
  padding-top: 20px;
}
.footer_rightcontent {
  text-align: right;
}
.footer_rightcontent img {
  opacity: 0.4;
}
.footer_rightcontent img:hover {
  opacity: 0.6;
  cursor: pointer;
}
.bg_intro {
  background: url("../images/bg_intro.jpg");
  background-size: cover;
  width: 100%;
  float: left;
  height: 100vh;
}

.intro_logo {
  width: 200px;
  margin: auto;
  margin-top: 250px;
}
.minimal_container {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.flag_button {
  width: 100%;
  border: 5px #05194e solid;
  height: 123px;
  background-size: contain !important;
  float: left;
  border-radius: 6px;
  opacity: 0.8;
}

.flag_pl {
  background: url("../images/flag_pl.png");
}
.flag_en {
  background: url("../images/flag_en.png");
}
.flag_none {
  background: url("../images/flag_none.png");
}
.flags_section {
  margin-top: 40px;
}
.flag_button:hover {
  opacity: 1;
}
.minimal_footer_section {
  width: 100%;
  float: left;
  color: #fff;
  padding-top: 50px;
  text-align: center;
}

.error {
  text-align: center;
  padding: 3px;
  margin: 1px;
  color: #ffffff;
  font-size: 14px;
  font-family: Verdana;
  font-weight: bold;
  clear: both;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f00000;
  background: #f00000;
}
.positive {
  text-align: center;
  padding: 3px;
  margin: 1px;
  color: #ffffff;
  font-size: 14px;
  font-family: Verdana;
  font-weight: bold;
  clear: both;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #13a416;
  background: #13a416;
}

.check_button_red {
  background-image: -webkit-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
  background-image: -o-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f17a77),
    color-stop(60%, #ee5f5b),
    to(#ec4d49)
  );
  background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0);
  -webkit-filter: none;
  overflow: hidden;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  font-weight: normal;
}
.check_button_red:hover {
  color: #ffffff;
  background: #cc0000;
  background-color: #cc0000;
  border: #cc0000;
  border-color: #cc0000;
}
.check_button_red label {
  float: left;
  line-height: 1em;
  width: 4em;
  height: 1em;
}
.check_button_red label span {
  text-align: center;
  padding: 3px 0;
  display: block;
}
.check_button_red label input {
  position: absolute;
  display: none;
  color: #fff !important;
}
.check_button_red label input + span {
  color: #fff;
}
.check_button_red input:checked + span {
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.check_button_red input:checked + span {
  background-image: -webkit-linear-gradient(#78cc78, #62c462 60%, #53be53);
  background-image: -o-linear-gradient(#78cc78, #62c462 60%, #53be53);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#78cc78),
    color-stop(60%, #62c462),
    to(#53be53)
  );
  background-image: linear-gradient(#78cc78, #62c462 60%, #53be53);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78cc78', endColorstr='#ff53be53', GradientType=0);
  -webkit-filter: none;
  filter: none;
}
.check_button_red input:checked + span:hover {
  background: #339900;
  background-color: #339900;
}

.check_button_green {
  background-image: -webkit-linear-gradient(#78cc78, #62c462 60%, #53be53);
  background-image: -o-linear-gradient(#78cc78, #62c462 60%, #53be53);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#78cc78),
    color-stop(60%, #62c462),
    to(#53be53)
  );
  background-image: linear-gradient(#78cc78, #62c462 60%, #53be53);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78cc78', endColorstr='#ff53be53', GradientType=0);
  -webkit-filter: none;
  overflow: hidden;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  font-weight: normal;
}
.check_button_green:hover {
  background: #339900;
  background-color: #339900;
  color: #ffffff;
  border: #cc0000;
  border-color: #cc0000;
}
.check_button_green label {
  float: left;
  line-height: 1em;
  width: 4em;
  height: 1em;
}
.check_button_green label span {
  text-align: center;
  padding: 3px 0;
  display: block;
}
.check_button_green label input {
  position: absolute;
  display: none;
  color: #fff !important;
}
.check_button_green label input + span {
  color: #fff;
}
.check_button_green input:checked + span {
  color: #ffffff;
}
.check_button_green input:checked + span {
  background-image: -webkit-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
  background-image: -o-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f17a77),
    color-stop(60%, #ee5f5b),
    to(#ec4d49)
  );
  background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0);
  -webkit-filter: none;
  filter: none;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.check_button_green input:checked + span:hover {
  background: #cc0000;
  background-color: #cc0000;
}

.check_button_green input:checked + span.true {
  display: none;
}

.check_button_green input:checked + span.false {
  display: block;
}

.check_button_green span.false {
  background: #cc0000;
  background-color: #cc0000;
}

.mod_design {
  font-size: 0px;
}
.btn {
  margin: 3px 2px;
}
#button_del .btn {
  padding: 0px 6px 0px 6px !important;
  font-size: 12px !important;
  font-weight: bold !important;
  border-radius: 0px !important;
  height: 20px !important;
}
#button_edit .btn {
  padding: 0px 4px 0px 4px !important;
  font-size: 12px !important;
  font-weight: bold !important;
  border-radius: 0px !important;
  height: 20px !important;
}
#successMessage {
  font-size: 20px;
  color: #0033cc;
  font-weight: bold;
}
#errorMessage {
  font-size: 20px;
  color: #cc0000;
  font-weight: bold;
}

.btn-header {
  background-color: #818284;
  border-color: #9a9a9a;
}

@media (min-width: 1200px) {
  .header-flex {
    display: flex;
  }

  .header-button {
    /* display: flex;
    align-items: center; */
    padding: 6px 9px;
  }
}

.header-icon,
.header-logo {
  opacity: 0.4;
}
.languages {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.languages a,
.languages a:hover {
  color: #818284;
}
.languages-center {
  justify-content: center;
  margin-top: 20px;
}

.languages-center a,
.languages-center a:hover {
  border-left: 1px solid #337ab7;
  color: #337ab7;
}
.languages-center .active {
  font-weight: 600;
}
.languages a {
  border-left: 1px solid #818284;
  padding: 0px 5px;
  font-size: 20px;
}

.languages a:first-child {
  border-left: none;
}
.btn-header:hover,
.btn-header:active {
  color: #fff;
  background-color: #818284 !important;
  border-color: #676768 !important;
}

/* index.php  */
#flag_home {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  clear: both;
  background: #f7f7fd;
  box-shadow: 0 8px 8px -5px;
}
#flag_home .flag_home {
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0px;
  overflow: hidden;
}

.home #flag_home .flag_home {
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0px;
  overflow: hidden;
}
#flag_home .flag_home #flag {
  width: 33%;
  float: left;
}
.bar_info2 {
  clear: both;
  padding: 40px 0px;
  width: 100%;
  width: 100%;
  background: #e1e1e1;
  box-shadow: 0 8px 8px -5px;
}
.bar_info3 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.bar_info_text {
  text-shadow: 4px 4px 6px rgba(66, 68, 90, 0.56);
  font-family: "Audiowide";
  font-size: 18px;
}

.home .bar_info_text {
  text-shadow: 4px 4px 6px rgba(66, 68, 90, 0.56);
  font-family: "Audiowide";
  font-size: 24px;
}

/* header.php  */

.glowing-text {
  font-weight: bold;
  font-family: "Audiowide";
  font-size: 20px;
  color: #fff;
  text-align: center;
  -webkit-animation: glowing-text 1s ease-in-out infinite alternate;
  -moz-animation: glowing-text 1s ease-in-out infinite alternate;
  animation: glowing-text 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glowing-text {
  0% {
    text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #2e00e6,
      0 0 25px #6300e6, 0 0 30px #c300e6, 0 0 35px #e200e6, 0 0 40px #e600ca;
  }
  100% {
    text-shadow: 0 0 15px #fff, 0 0 20px #ff4da6, 0 0 25px #ff4da6,
      0 0 30px #ff4da6, 0 0 35px #ff4da6, 0 0 40px #ff4da6, 0 0 45px #ff4da6;
  }
}
#logo_box_name {
  width: 270px;
}
#logo_box_name .name_country {
  position: relative;
  bottom: 60px;
  left: 205px;
  color: #fff;
}

.clear {
  clear: both;
}

.container_info_ban {
  position: fixed;
  z-index: 999999999999;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 6px solid red;
}
.box_info_ban {
  position: fixed;
  top: 120px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  padding: 10px;
  z-index: 99899;
}
.d-flex {
  display: flex;
}

#flag_home .flag_home img {
  max-height: 120px;
}

.flag-img {
  height: 80px;
}

.home #flag_home .flag_home img {
  max-height: 200px;
}

.home .flag-img {
  height: 200px;
}

.positive--big {
  font-size: 20px;
  padding: 20px 60px;
  font-weight: 900;
  border-radius: 6px;
}

@media (min-width: 1200px) {
  body .col-lg-20-proc {
    width: 20% !important;
  }
}
.button_basic {
  background: #fbc232;
  padding: 12px;
  float: left;
  border-radius: 6px;
  color: #2b468b;
  font-weight: 700;
  margin-bottom: 10px;
  width: fit-content;
  cursor: pointer;
}
#database_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  float: left;
  background: #fff;
  border-bottom: 20px #2b468b solid;
  color: #2b468b;
  padding: 20px 30px;
  border-radius: 6px;
  margin-top: 15px;
}
.database_numbers {
  display: flex;
  flex-direction: row;
}
.database_number {
  background-color: #ed7d2b;
  margin: 0.5%;
  border-radius: 6px;
  padding: 11px 4px;
  width: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-family: Arial;
  font-size: 18px;
}
.database_number:first-child {
  margin-left: 0px;
}

#database_box h2 {
  font-weight: bold;
  color: #2b468b;
}
#database_box p {
  color: #2b468b;
}
.database_input {
  min-width: 120px;
  border-radius: 8px;
  outline: 0;
  border: 2px rgb(214 127 55) solid;
  padding: 6px;
  color: #272727;
}
.database_select {
  border-radius: 8px;
  outline: 0;
  border: 2px rgb(214 127 55) solid;
  padding: 7px 6px;
  color: #272727;
}
.button-search {
  background: #fbc232;
  padding: 12px;
  border-radius: 6px;
  color: #2b468b;
  font-weight: 700;
  max-width: 100px;
  cursor: pointer;
}

.database-form {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.database-form-info {
  display: flex;
  align-items: center;
  margin: 0px;
  margin-top: 10px;
}
.page_breadcrumb__item {
  width: 50% !important;
  float: left !important;
}
.database_form_results {
  margin-top: 10px;
}

.database_select {
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.database_select option {
  white-space: nowrap;
  width: 100%;
}

.add_winn_descop td {
  min-width: 100px;
  max-width: 120px;
}
body .input_number {
  min-width: 65px;
  max-width: 70px;
}

body .acction_td {
  min-width: 65px;
  max-width: 70px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.w-50 {
  width: 50%;
}
.add_winnings {
  background: #415da5;
  color: #ffffff;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 180px;
}
/* 
#all5-button {
  background-color: #ffffff;
  width: auto;
  padding: 18px 10px;
  position: absolute;
  color: #415da5;
  border: 3px solid #415da5;
  border-radius: 40px;
  right: 5px;
  top: 5px;
  cursor: pointer;
} */

#button-history {
  background-color: #ffffff;
  width: auto;
  padding: 18px 10px;
  position: absolute;
  color: #415da5;
  border: 3px solid #415da5;
  border-radius: 40px;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.game_playinfo {
  position: relative;
}

.bg-blue {
  background: #2b468b;
  padding: 20px 0px;
  margin-bottom: 40px;
  font-size: 24px;
  color: #ffffff;
}
.bg-gray {
  margin-top: 40px;
  background: #d1d0d4;
}
.container-full .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.text-big {
  font-size: 42px;
  color: #2b468b;
  font-weight: 800;
}
.center-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex-m {
  display: flex;
}

.footer-icons {
  margin-left: 50px;
  display: flex;
  align-items: center;
  opacity: 0.4;
}

.header-icons {
  margin-left: 50px;
  display: flex;
  align-items: center;
  opacity: 0.4;
}

.header {
  background-color: #d7d9dc;
  padding: 30px 0px;
}

.footer-logo {
  opacity: 0.4;
}

.header-logo {
  opacity: 0.4;
}

.footer-text {
  display: flex;
  align-items: center;
}
.footer-left {
  display: flex;
  flex-direction: row;
}

.section_icon_a {
  color: #2b468b;
}
.section_icon_a:hover {
  text-decoration: none;
}

.button-bar-item {
  padding: 5px;
  border-left: 1px solid #000;
  margin: 5px 0px 10px;
}

.button-bar-item:first-child {
  border-left: none;
}
