@font-face {
 font-family:Ubuntu-Regular;
 src:url("../../inc/fonts/ubuntu.regular.ttf")
}
@font-face {
 font-family:Ubuntu-Bold;
 src:url("../../inc/fonts/ubuntu.bold.ttf")
}

body {
  background-image:url("../../images/bg.png")
}


table ul .dropdown-toggle::after{
    position: absolute;
    top: 7px;
    left: 7px;
    color: #343a40;
}

.card-login {
  /*margin-top: 20vh;*/
  border: 0px;
  /*border-radius: 1rem;*/
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);  
  background: #ffffffe8;
}

.navbar-bet99{
  background: #ff141f !important;
  color: #fff !important;
}

.card-login .card-title{
    /*background: #1F73a4;*/
}

.card-login input{
  /*color: #090600;
  border: 1px #090600;*/
}

.card-login input{
  /*color: #090600;
  border: 1px #090600;*/
}

.card-login input::-webkit-input-placeholder { /* Edge */
  color: #1d2d3d;
}

.card-login input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1d2d3d;
}

.card-login input::placeholder {
  color: #1d2d3d;
}

.btn-primary{
    background: #1d2d3d !important;
    border: none !important;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
}

.btn-secondary{
  /*background: #1d2d3d !important;*/
}

.bg-secondary {
  /*background: #1d2d3d !important;*/
}

.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;  
}

 /* The switch - the box around the slider */
.vrx-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.vrx-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.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: white;
  -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);
}

/* Rounded sliders */
.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%;
  /* show the marquee just outside the paragraph */
  animation: marquee 20s linear infinite;
}

.marquee span:hover {
  animation-play-state: paused
}
/* Make it move */
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

/*mobile half model*/
  .client-menu {
      width: 100%;
      position: fixed;
      height: 282px;
      bottom: 70px;
      background: #565656;
      left: 100%;
      padding: 10px;
      z-index: 99;
  } 
  .show-sidebar{
    left: 0;
    transition: 700ms;
  }
  
  .close-tbtn, .close-btn {
      width: 100%;
      text-align: right;
      color: #ffffff;
  }
  .client-menu ul , .client-top-menu ul{
    width: 100%;
    padding:0px;
    margin: 0px;
  }
  .client-menu ul li, .client-top-menu ul li{
    list-style: none;
    padding: 0px;
    margin: 0px 0px 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: #ffffff;
      width: 25px;
      display: inline-block;
      font-size: 18px;
      text-align: center;
  }
  .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;
  }
/*mobile half model*/

