@import url('https://fonts.googleapis.com/css2?family=Nerko+One&family=Roboto:ital,wght@0,300;0,700;0,900;1,900&family=Saira+Condensed:wght@200;400;500;800&display=swap');

body.loading{
  overflow: hidden;
  touch-action: manipulation;
}
a:hover{
  text-decoration: none;
}
.swal2-toast-shown .swal2-popup.swal2-toast {
  background: #4c4c4c;
  box-shadow: 0 0 0.625em #181818;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 1em!important;
  min-width: 1em!important;
  height: 1em!important;
  border-width: 2px;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  font-size: 0.8em!important;
}
.swal2-toast-shown .swal2-popup.swal2-toast .swal2-title {
  font-size: 0.8em!important;
  color: #f3f3f3;
}
.modal-backdrop.show{
  z-index: 10;
}
.swal2-content{
  font-size: 15px!important;
}
.swal2-title{
  font-size: 23px!important;
}
.loading-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: .7;
  z-index: 999999;
  overflow: hidden;
  display: none;
}
.loading-logo{
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 320px;
  height: 320px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-loader {
  /* height: 100vh; */
  background-color: rgba(0, 0, 0, 0.75);
}

.main-fader {
  width: 100%;
  /* height: 100vh; */
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
}
.main-fader .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-fader .loader svg {
  height: 300px;
  display: block;
  margin: 0 auto;
}
.main-fader .loader svg path {
  animation-duration: 1s;
  animation-name: ballPulse;
  animation-iteration-count: infinite;
  color: #26a380;
}
.main-fader .loader svg path.path-7 {
  animation-delay: -1s;
}
.main-fader .loader svg path.path-6 {
  animation-delay: -0.875s;
}
.main-fader .loader svg path.path-5 {
  animation-delay: -0.75s;
}
.main-fader .loader svg path.path-4 {
  animation-delay: -0.625s;
}
.main-fader .loader svg path.path-3 {
  animation-delay: -0.5s;
}
.main-fader .loader svg path.path-2 {
  animation-delay: -0.375s;
}
.main-fader .loader svg path.path-1 {
  animation-delay: -0.25s;
}
.main-fader .loader svg path.path-0 {
  animation-delay: -0.125s;
}
.card-header.card-header-soccer{
  background: none;
}
.card.card-soccer{
  background-color: #4F79B1;
  color: #ffffff;
  border-top:0;
  margin-bottom: 0;
  height: 125px
}
.card.card-soccer .fa-soccer-ball-o{
  float: right;
  color: rgba(0, 0, 0, 0.15);
  position: relative;
  top: -40px;
  left: 5px;
}
.card.card-soccer .card-title{
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
}
.card.card-soccer .btn{
  background: rgba(255, 255, 255, 0.3);
  border:0;
  padding:8px;
}
@keyframes ballPulse {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.1;
  }
}

#navbarNav .collapse-mais-esportes ul{
  list-style-type: none;
  padding-left: 10px;
}
#navbarNav .collapse-mais-esportes ul li{
  margin-bottom: 5px;
}
#navbarNav .collapse-mais-esportes ul li a{
  color: #fff;
  text-decoration: none;
}
.navbar-toggler{
  color: #fff;
}
.leagues-collapse .item-sidebar {
  font-size: 12px;
}
#navbarNav.collapse.show .navbar-nav>li>a {
  font-size: 18px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.navbar-main-header{
  height: 50px;
  z-index: 10;
  background-color: #446f36;
  border: none;
  padding: 10px 0;
}
.navbar-nav>.user-menu .user-image{
  margin-top: -4px;
  width: 25px;
  height: 25px;
  margin-right: 2px;
}
.navbar-main-header .navbar-nav .nav-link,
.navbar-main-header .navbar-nav .nav-link a{
  font-family: 'Times New Roman', Times, serif;
  color: #fff;
}
.navbar-main-header .navbar-nav .nav-link:hover{
  color: #fff;
}
.navbar-main-header .navbar-nav .nav-link a{
  text-decoration: underline;
}
.navbar-main-header .navbar-nav .nav-link:hover{
}
.navbar-main-header .dropleft .dropdown-menu {
  top: 25px;
  right: 0;
}
.navbar-main-header .dropdown-user-menu .dropdown-toggle{
  background:none;
  border:0
}
.navbar-main-header .dropdown-user-menu span{
  font-size: 13px;
  font-weight: bold;
}
.navbar-main-header .dropdown-user-menu a img{
  margin-right: 5px;
}
.navbar-main-header .dropdown-user-menu .dropdown-menu{
  width: 100%;
}
.navbar-main-header .dropdown-user-menu .dropdown-item{
  font-size: 12px;
}
.navbar-main-header .dropdown-switch-language .dropdown-toggle {
  background: #1d1d1d38;
  border-radius: 5px;
  border: 1px solid #26650f;
  justify-content: center;
  padding: 5px 15px;
}
.navbar-main-header .dropdown-switch-language .dropdown-toggle::before {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: absolute;
  right: 3px;
  top: 17px;
}
.navbar-main-header .dropdown-switch-language img{
  width: 25px;
  margin-right: 5px;
}
.navbar-main-header .dropdown-switch-language a{
  font-size: 12px;
}
.sticky-top{
  z-index: 20;
}
.main-content{
  background: #f5f5f5;
}
.btnLogin {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  padding: 10px;
  display: block;
  background-color: #446f36;
  color: white;
  border-radius: 5px;
}
.btnLogin:hover{
  color: #ffffff;
}
.main-menu{
  min-height: 100vh;
}
.main-menu .card{
  border:0;
}
.main-menu ul {
  margin-top: 4px;
  padding: 0;
  list-style-type: none;
  background-color: transparent;
}
.main-menu ul ul {
  list-style-type: circle;
  padding-left: 40px;
}
.main-menu li {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
}
.main-menu li a{
   text-decoration: none;
    font-size: 13px;
    color: #383838;
    padding: 12px 5px 12px 15px;
    display: block;
}
.main-menu li a:hover {
  background-color: #383838;
  color: #fff;
  display: block;
}
.table_jogos {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  border-radius: 5px;
}
.spnC {
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  padding: 2px;
}
.background_normal {
  background-color: #ffffff;
}
.background_hover {
  background-color: #fafafa;
}
.tcpais {
  background-color: #446f36;
  color: #fdfeff;
  font-size: 18px !important;
  padding: 2px!important;
}
.tccampeonato {
  background-color: #4F79B1;
  color: white;
  font-weight: bold;
}
.table_jogos a {
  background-color: #383838;
  border-color: #d8d8d8;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.th_5 a {
  background-color: #fddb3b;
  border-color: #fddb3b;
  box-sizing: border-box;
  color: #383838;
}
.Padding_10px {
  padding: 10px;
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  cursor: pointer;
}
.button {
  width: 90%;
  height: 40px;
  color: white;
  font-weight: bold;
  background-color: #00A65A;
  border: 0;
  margin: 10px;
}
.table_jogos td {
  border: 1px solid #eaeaea;
  padding: 8px;
  box-sizing: border-box;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
/**
 * Login
 */

 #app .login-box,
 #app .register-box{
    width: 80%;
 }
 .container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1280px;
}
.full-bg {
    height: auto;
    width: 100%;
}
.full-bg {
    min-height: 100%;
    height: auto;
    background: url('../img/football-mobile-bet.jpg') no-repeat 0;
    background-size: cover;
    background-position: center;
}

.img-thumbnail {
    border: none;
}

.item-ticket {
    color: #ffffff;
    font-weight: bold;
    border: none !important;
}

.table-matchs th,
.table-matchs td{
  font-size: 14px;
  padding:8px 10px;
}
.table-matchs tr.league-item{
  background: #1b88d1;
  color: #fff;
}
.table-matchs tr.league-item .country-flag{
  margin-top: -5px;
  background: #fff;
  margin-left: 2px;
}

.label.active{
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.label-odd{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px;
  background: #4c4c4c;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #362d2d;
  cursor: pointer;
  max-width: 60px;
  cursor: pointer;
  margin-right: 3px;
  min-width: 60px;
  display: block;
  text-align: center;
}
.table-matchs .match-date{
  font-size: 12px;
  display: block;
}
.card{
    margin: 15px;
    border-radius: 0;
    border:0;
    background-color: #ffffff;
    border-top: 4px solid #00C0EF;
    padding: 10px;
    margin-bottom: 60px;
    position: relative;
}
.card.card-success{
  border-top: 4px solid #00A65A;
}
.card h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(68, 68, 68);
}
.card-body-cupom {
    padding: 0% !important;
}

.clear-cupom {
    margin: 1.25rem;
}

.td-inactive {
  background-color: #ececec;
  color: #b9b9b9;
  cursor:not-allowed !important;
}
.table-event-bets .section-title td{
  background:none;
  color:#666;
  font-weight: bold;
  border:none;
  padding-left: 10px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 22px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 500;
}
.table-event-bets td{
  padding: 1rem 1.25rem;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.table-event-bets .sub-event-container{
  display: flex;
  justify-content: space-between;
}
.table-event-bets .sub-event-odds{
  display: flex;
  flex-direction: column;
  align-items: center;
}

/**
 * Ticket
 */
 .ticket-container{
    font-size: 15px;
    background: #f8ecc2;
    padding:10px;
    border-radius:5px;
}
.ticket-header p{
    font-weight: bold;
}
.ticket-container p{
    margin-bottom: 0;
}
.ticket-container ul{
    padding-left: 0;
}
.ticket-container ul li{
    list-style: none;
}
.separator{
    border-bottom: 1px dashed #000;
    margin-bottom: 5px;
}
.navbar-nav .nav-link:hover{
  color: #000;
}
.banners-home-top .slick-prev {
  left: 7px;
  z-index: 10;
  top: 58%;
}
.banners-home-top .slick-next {
  right: 10px;
  z-index: 10;
  top: 58%;
}

#mainMenuCollapse > a{

}
#mainMenuCollapse a{
  color: #000;
}
#mainMenuCollapse a:hover,
#mainMenuCollapse button:hover{
  background: #0f5a88;
  color: #fff;
}
#mainMenuCollapse button{
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}
#mainMenuAccordion .nav-link{
  cursor: pointer;
}
#mainAccordionLeagues .card-header:hover{
  cursor: pointer;
}
#mainAccordionLeagues .card{
  position: relative;
}
#mainAccordionLeagues .card-title{
  font-size: 0.9rem;
}
#mainAccordionLeagues .card-body{
  min-height: 85px;
}
#mainAccordionLeagues .league-logo{
  background-repeat: no-repeat;
  background-position: right -10px;
  background-size: 90px;
}
#new-ticket-code{
  border: 0;
  text-align: center;
  font-size: 22px;
  width: 100px;
  outline: none;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  
}
#new-ticket-code::selection{
  background: none;
}
.swal2-styled{
  padding: .625em 1em!important;
}
.banners-home-top .slick-dots li{
  margin:0;
}
.banners-home-top .slick-next,
.banners-home-top .slick-prev {
  width: 30px;
  height: 30px;
}
.banners-home-top .slick-next:before,
.banners-home-top .slick-prev:before {
  font-size: 30px;
  opacity: .55;
}
.banners-home-top  .slick-dots li button:before {
  font-size: 14px;
}
.banners-home-top .slick-dots {
  bottom: -15px
}

@media( min-width:768px ){
  .main-content{
    border-left:5px solid #446f36;
  }
  
}
@media( max-width:768px ){
  #navbarNav.collapse{
    background: #446f36;
    border-top: 1px solid #000;
  }
  .user-menu{
    display: none;
  }
  .container-lista-jogos{
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  .container-lista-jogos .btn-apostas{
    margin-top: 10px;
    width: 80%;
  }
}