/* ////////////////////////////////////////// CSS MENANGBET88 ////////////////////////////////////////// */
 
/* =================================== CSS Common ===================================*/

body, html {
  background-color: #000000;
  background-image:url("img/back.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  font-family: 'PT Sans', sans-serif;  
  color:#fff;
  font-size:12px;
  width:100%;
  height:100%;
}

img {
  border: 0;
  border-style: none;
}
/* <Marquee> */

.Message {
  font-family: "Arial" !important;
  font-size: 13px;
  font-weight: normal;
  color:#ffffff;
}

a.Message:link {
  color:#ffffff;
}

a.Message:visited {
  color:#ffffff;
}

a.Message:active {
  color:#ffffff;
}

a.Message:hover {
  color:#ffffff;
}

.container {
  width:100%;
  height:190px;
}

/* =================================== CSS AfterLogin ===================================*/

a.navbar2 {
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff!important;
  padding: 5px;
}

a.navbar2:hover {
  font-family: Arial;
  font-size: 12px;
  color: #ffffff!important;
  padding: 5px;
}

a.navbar3 {
  font-family: Arial;
  font-size: 14px;
  text-decoration: none;
  font-weight :normal;
  color: #ffffff;
  padding: 8px 11px!important;
}

.Error {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: red;
}

.btnLogout {
  background:#38acec;
  border: 1px solid #ddd;
  color: #000000!important;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 25px;
  font-weight: 700;
  border-radius: 4px;
}

.welcomeLabel {
  font-family: Tahoma,Helvetica,sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
  text-align: right;
  height: 35px;
}

#accTpLst {
  width: 75px;
  height: 19px;
  box-shadow: none;
}

#langAfter {
  width: 75px;
  height: 19px;
  box-shadow: none;
}
.color2{
  background: #38acec;
  cursor: pointer;
}
.color3{
  background: #38acec;
  cursor: pointer;
}

.wrapper {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.menu-logo-block {align-items: center;text-align: center;padding: 10px 0;position: relative;height: auto;}
.menu {
  background: #040b1d;
  text-transform: uppercase;
}
.topnav {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.logo {
  display: block;
  width: auto;
  text-align: center;
}
.logo img {
  width: 375px;
  vertical-align: middle;
}
.top-pages {
position: relative;
z-index: 4;
width: 100%;
height: auto;
top: 0;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
overflow: hidden;
}

.topnav a {
display: inline-block;
vertical-align: middle;
border: none;
width: auto;
height: auto;
color: #ffffff;
text-shadow: #000 0 0 3px;
text-align: center;
/* padding: 20px 10px; */
text-decoration: none;
font-size: 16px;
-webkit-transition: 0.3s;
transition: 0.3s;
font-weight: bold;
}

.topnav a:not(:nth-child(9)):hover {
color: #38acec;
text-shadow:#000 0 0 1px;
margin-top: -5px;
border:none;
}
.active {
background-color: #730003;
color: white;
}

.topnav .icon {
display: none;
}
.form {
 flex-flow: row wrap;
 align-items: center;
 width: 570px;
}

.form-item {
width: 100px;
vertical-align: middle;
margin: 0 0.25%;
padding: 5px 0;
border: 1px solid #ddd;
border-radius: 5px;
font-size: 12pt;
}
.txtCode {
  width: 50px;
  vertical-align: middle;
  margin: 0 0.25%;
  padding: 5px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 12pt;
  color: #000000;
}

input[type=text],input[type=password], select {
  box-shadow: inset 0 0 15px #c5c5c5, #868686 0 0 1px 1px inset;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  text-align: center;
}

input:focus {
  box-shadow: #888 0 0 15px inset;
  background: #ffffff;
  color: #3c3c3c;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #7b7b7b;
opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #d8d8d;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #d8d8d;
}
.scroll-text {
  color: #ffffff;
  display: block;
  background: #0b1a40;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  height: 37px;
  padding: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 2;
}
