body {
  background: url("bg.jpg") no-repeat center center fixed, rgb(0, 0, 0);
  background-attachment: fixed;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Kanit, sans-serif;
  opacity: 1;
  width: 100%;
  height: 100%;
  color: var(--bg-color);
  filter: gray saturate(0%) brightness(70%) contrast(1000%);
}

body:after {
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
  background: url("bg.jpg") center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #000000;
}

#topbar_d {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: var(--bg-color);
}

#topbar_d .logo {
  width: 200px;
}

#topbar_d .b_login_d {
  float: right;
  margin-top: 13px;
}

#topbar_d .b_textinput {
  float: left;
}

#topbar_d .b_textinput .btn_login {
  border: none;
  border-radius: 5px;
  outline: none;
  margin-left: 8px;
  background-color: var(--theme-color);
}

#topbar_d .b_textinput .btn_regis {
  border: none;
  border-radius: 5px;
  outline: none;
  margin-left: 8px;
  background-color: #ff0000;
  color: #ffffff;
  animation: blink 2s infinite;
}

@keyframes blink {
  0% {
    background: red;
  }

  20% {
    background: #a40000;
  }

  30% {
    background: yellow;
    color: #000;
  }

  40% {
    background: #730015;
  }
}

#topbar_d .b_textinput .icon_login {
  position: absolute;
  margin-top: 9px;
  margin-left: 8px;
}

#topbar_d .textinput {
  width: 150px;
  border-radius: 5px;
  border: #77db58;
  outline: none;
  padding-left: 30px;
}

#menu_bar {
  display: block;
  width: 100%;
  padding: 1px;
  padding-top: 1px;
  background-color: var(--theme-color);
}

#menu_bar .menu_d a {
  color: #000000;
  text-decoration: none;
}

#menu_bar .menu_d a:hover {
  color: #646464;
}

#menu_bar .menu_d {
  display: flex;
  font-size: 22px;
  list-style: none;
  justify-content: space-between;
  margin-top: 20px;
}

.link {
  text-decoration: none;
}

.hr_gold {
  width: 100%;
  height: 2px;
  background-color: goldenrod;
}

.hr_gold {
  width: 100%;
  height: 1px;
  background-color: goldenrod;
}

.footer {
  width: 100%;
  background-color: #0000008f;
  margin-top: 20px;
  padding: 20px;
  text-align: centr;
  padding-top: 20px;
  padding-bottom: 80px;
}

.text_footer {
  font-size: 16px;
  font-weight: 100;
  color: #cccccc;
  margin-top: 25px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  line-height: 28px;
  background-color: #000000;
}

.g_logo {
  width: 50px;
  margin: 4px 4px 4px 4px;
}

.head_text {
  font-size: 25px;
  font-weight: 200;
  color: #ffffff;
}

.bank_logo {
  width: 36px;
  margin-left: 4px;
  margin-right: 4px;
}

a:link {
  text-decoration: none;
}

.text_menu_m {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  color: #000000;
}

.b_menu_footer_m {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #fed731 38%, #ad9013 100%);
  z-index: 3;
}

.menu_footer_m {
  width: 33.3%;
  height: 50px;
  padding-top: 15px;
  background-color: var(--theme-color);
  background: linear-gradient(180deg, #fed731 38%, #ad9013 100%);
  border-right: 1px solid #cba80a;
  float: left;
  color: #000000;

}

.menu_footer_m:active {
  width: 33.3%;
  height: 50px;
  padding-top: 15px;
  background-color: var(--theme-color);
  background: linear-gradient(180deg, #d1ae0f 38%, #fed731 100%);
  border-right: 1px solid #cba80a;
  float: left;
}

.menu_footer_m_blink {
  width: 33.3%;
  height: 50px;
  padding-top: 15px;
  background: linear-gradient(180deg, #fed731 38%, #ad9013 100%);
  float: left;
  background-color: #b20000;
  color: #ffffff;
  border-right: 1px solid #cba80a;
  animation: blink_footer 2s infinite;
}

@keyframes blink_footer {
  0% {
    background: red;
  }

  20% {
    background: #b00000;
    color: #fff;
  }

  30% {
    background: yellow;
    color: #000000;
  }

  40% {
    background: #8e001a;
    color: #fff;
  }
}


.menu_footer_m_end:active {
  width: 33.3%;
  height: 50px;
  padding-top: 15px;
  background-color: var(--theme-color);
  background: linear-gradient(180deg, #d1ae0f 38%, #fed731 100%);
  float: left;
}

.menu_footer_m_end {
  width: 33.3%;
  height: 50px;
  padding-top: 15px;
  background: linear-gradient(180deg, #fed731 38%, #ad9013 100%);
  float: left;
  background-color: #b20000;
  color: #ffffff;
}

.menu_footer_m_end:active {
  width: 33.3%;
  height: 50px;
  padding-top: 15px;
  background-color: var(--theme-color);
  background: linear-gradient(180deg, #d1ae0f 38%, #fed731 100%);
  float: left;
}

#b_topbar_m {
  padding: 20px;
}

#b_topbar_m .logo_m {
  width: 250px;
}

.menu_m {
  width: 33.3%;
  padding: 5px;
  padding-top: 13px;
  background-color: var(--theme-color);
  background: rgb(30, 117, 135);
  background: linear-gradient(180deg, #fed731 38%, #ad9013 100%);
  border-right: 1px solid #cba80a;
  border-bottom: 1px solid #cba80a;
  float: left;
}

.menu_m:active {
  width: 33.3%;
  padding: 5px;
  padding-top: 13px;
  background-color: var(--theme-color);
  background: rgb(30, 117, 135);
  background: linear-gradient(180deg, #d1ae0f 38%, #fed731 100%);
}

.hr_gold {
  width: 100%;
  height: 1px;
  background-color: goldenrod;
}

.btn_top {
  color: #fed831b8;
  font-size: 40px;
  right: 0;
  bottom: 0;
  position: fixed;
  margin-bottom: 60px;
  margin-right: 20px;
  z-index: 999;
}

.btn_chat {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: 45px;
  margin-right: 2px;
  z-index: 2;
}

.btn_chat_d {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: 0px;
  margin-right: 2px;
  z-index: 2;
}

div.scrollmenu {
  background-color: var(--theme-color);
  overflow: auto;
  white-space: nowrap;
  justify-content: space-between;
  text-align: center;
}

div.scrollmenu a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  padding-top: 17px;
  font-size: 20px;
  text-decoration: none;
  font-weight: 400;
}

div.scrollmenu a:hover {
  background-color: #b89911;
  color: #ffffff;
}

.b_info {
  display: block;
  padding: 9px 10px 0 10px;
  color: black;
  background-color: #ceac13;
}

.h_login {
  color: #ffffff;
}

.b_login_m {
  margin-top: 20px;
  background-color: #ffffff12;
  padding: 20px;
}

.icon_login_m {
  position: absolute;
  margin-top: 10px;
  margin-left: 15px;
}

.text_input_m {
  padding-left: 40px;
  border: none;
  outline: none;
  background-color: #ffffffe3;
}

.btn_login_m {
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--theme-color);
}

.text_catte {
  color: #fff;
  font-weight: 200;
  font-size: 30px;
}

.hr_w {
  border-bottom: 2px solid #ffffff;
}

.bg_casino {
  background: url('bg_casino.jpg') no-repeat;
  background-size: cover;
}

.bg_slot {
  background: url('bg_slot.jpg') no-repeat;
  background-size: cover;
}

.bg_lotto {
  background: url('bg_lotto.jpg') no-repeat;
  background-size: cover;
}

.bg_sport {
  background: url('bg_sport.jpg') no-repeat;
  background-size: cover;
}

.fade_ {
  transition: all 0.1s ease;
}

.fade_:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.btn_link_line {
  background-color: #77db58;
  text-shadow: 1px 1px 5px #0000007d;
  margin-top: 30px;
  width: 300px;
}

.b_signin {
  position: absolute;
  width: 300px;
  padding: 20px;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #fff;
}

.btn_signin {
  width: 100%;
  margin-top: 10px;
  border-radius: 0px;
  outline: none;
}

.text_input_signin {
  border-radius: 0px;
  padding-left: 30px;
}

.icon_login {
  position: absolute;
  margin-top: 8px;
  margin-left: 12px;
}

.hot_icon {
  margin-top: -40px;
  margin-left: -20px;
}

.hot_icon_m {
  margin-top: -40px;
  margin-left: -30px;
}

.b_content_white {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  padding: 20px;
}

.h_text {
  font-size: 25px;
  font-weight: 300;
}

.label_red {
  width: 200px;
  padding: 3px;
  background-color: red;
  border-radius: 100px;
  margin: auto;
}

.bar_profile_m {
  display: block;
  width: 100%;
  border-radius: 0px;
  background-color: rgb(213, 174, 0);
  height: 38px;
}

.btn_logout_m {
  border-radius: 0px;
  float: right;
}