/*main*/

:root {
  --primary: #0884b2;
}

body {
  background: #000 url(../images/bg-main.jpg?v=2021)no-repeat;
}

.bg-container {
  background: rgba(0, 0, 0, 0.5);
}

a, .text-info {
  color: var(--primary) !important; 
}

.btn-info {
  background-color: var(--primary) !important;
}

.primary {
	color: var(--primary) !important;
}

.primary-bg {
	background: var(--primary) !important;
	border: 1px solid var(--primary) !important;
}

.carousel-indicators .active {
  background-color: var(--primary);
}

.btn-circle-odds.btn-xl {
  width: 70px;
  height: 70px;
  padding: 1rem;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  z-index: 1030;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  transition: all .25s ease 0s;
  }

  .btn-circle-odds:focus {
  outline: none !important;
  box-shadow: none !important;
 }
  
  #modal-live-odds{
  
  z-index: 99999;
  
  }


/* Responsive: Portrait tablets and up */
@media only screen and (max-width: 780px) {

  .login-box {
    flex-direction: column!important;
    padding: 0.8rem;
    margin: 1.5rem;
    width: calc(100% - 3rem);
    background: rgba(0, 0, 0, 0.5); 
  }

  .login-box .mx-2 {
    margin: 0.5rem 0 !important;
  }


}