body {
 background-image:url(../../images/bg.png)
}
table ul .dropdown-toggle::after {
 position:absolute;
 top:5px;
 color:#343a40
}
.card-login {
 border:0;
 box-shadow:0 .5rem 1rem 0 rgba(0,0,0,.1);
 background:#ffffffe8
}
.navbar-bet99 {
 background:#126e51 !important;
 color:#fff!important
}
.card-login .card-title {
}
.card-login input {
}
.card-login input {
}
.card-login input::-webkit-input-placeholder {
 color:#1d2d3d
}
.card-login input:-ms-input-placeholder {
 color:#1d2d3d
}
.card-login input::placeholder {
 color:#1d2d3d
}
.btn-primary {
 background:#1d2d3d!important;
 border:none!important;
 box-shadow:0 .5rem 1rem 0 rgba(0,0,0,.1)
}
.btn-secondary {
}
.bg-secondary {
}
.wrapper {
 display:flex;
 align-items:stretch
}
.btn-yes,
.btn-YES,
.btn-l,
.btn-L {
 background:#60adec!important
}
.btn-not,
.btn-NOT,
.btn-k,
.btn-K {
 background:#fa9fad!important
}
.bg-yes,
.bg-YES,
.bg-l,
.bg-L {
 background:#60adec!important
}
.bg-not,
.bg-NOT,
.bg-k,
.bg-K {
 background:#fa9fad!important
}
.vrx-switch {
 position:relative;
 display:inline-block;
 width:60px;
 height:34px
}
.vrx-switch input {
 opacity:0;
 width:0;
 height:0
}
.vrx-switch .slider {
 position:absolute;
 cursor:pointer;
 top:0;
 left:0;
 right:0;
 bottom:0;
 background-color:#ccc;
 -webkit-transition:.4s;
 transition:.4s
}
.vrx-switch .slider:before {
 position:absolute;
 content:"";
 height:26px;
 width:26px;
 left:4px;
 bottom:4px;
 background-color:#fff;
 -webkit-transition:.4s;
 transition:.4s
}
.vrx-switch input:checked+.slider {
 background-color:#2196f3
}
.vrx-switch input:focus+.slider {
 box-shadow:0 0 1px #2196f3
}
.vrx-switch input:checked+.slider:before {
 -webkit-transform:translateX(26px);
 -ms-transform:translateX(26px);
 transform:translateX(26px)
}
.vrx-switch .slider.round {
 border-radius:34px
}
.vrx-switch .slider.round:before {
 border-radius:50%
}
.badge-switch {
 line-height:36px!important;
 border:1px solid #ccc
}
.text-999 {
 color:#1c5480!important
}
.call-child {
 cursor:pointer;
 color:#0093ff
}
.marquee {
 width:100%;
 margin:0 auto;
 white-space:nowrap;
 overflow:hidden;
 box-sizing:border-box
}
.marquee span {
 display:inline-block;
 padding-left:100%;
 animation:marquee 20s linear infinite
}
.marquee span:hover {
 animation-play-state:paused
}
@keyframes marquee {
 0% {
  transform:translate(0,0)
 }
 100% {
  transform:translate(-100%,0)
 }
}
.client-menu {
 width:100%;
 position:fixed;
 height:282px;
 bottom:64px;
 background:#126e51;
 left:100%;
 padding:10px;
 z-index:99
}
.show-sidebar {
 left:0;
 transition:700ms
}
.close-tbtn,
.close-btn {
 width:100%;
 text-align:right;
 color:#fff
}
.client-menu ul,
.client-top-menu ul {
 width:100%;
 padding:0;
 margin:0
}
.client-menu ul li,
.client-top-menu ul li {
 list-style:none;
 padding:0;
 margin:0 0 14px
}
.client-menu ul li a,
.client-top-menu ul li a {
 text-decoration:none;
 color:#fff
}
.client-menu ul li a span,
.client-top-menu ul li a span {
 color:#fff;
 width:25px;
 display:inline-block;
 font-size:18px;
 text-align:center
}
.bg-warning {
 background-color:#126e51!important;
 border:#126e51!important;
 color:#fff!important
}
.wining-data p {
 font-weight:600;
 font-size:12px;
 color:#000;
 padding-bottom:2px
}
.wining-data p span {
 float:right
}
.wining-data p span i {
 font-size:18px
}
