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


table ul .dropdown-toggle::after{
    position: absolute;
    top: 5px;
    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);  */
}

.navbar-bet99{
  background: #cacaca !important;
  color: #000 !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: #090600;
}

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

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

.btn-primary{
    background: #090600 !important;
    border: 1px solid #090600 !important;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.btn-secondary{
  background: #090600 !important;
}

.bg-secondary {
  background: #090600 !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;  
}

 /* 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;
}

.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 10s linear infinite;
}

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

.sr-poweredby__link, .sr-lmt-plus__footer-wrapper{
  display: none !important;
}