.bg-theme,
footer {
background: linear-gradient(0deg, rgba(64,110,44,1) 0%, rgba(37,154,22,1) 21%, rgba(9,200,0,1) 100%) !important;
color: #fff !important;
font-weight: bold !important;
border-bottom: 2px solid rgb(255 191 0);
border-top: 2px solid rgb(255 191 0);
}

.bg-theme-1 {
  background: #0032bd;
}

.bg-theme-2 {
  background: #00a013;
}

.bg-theme-3 {
  background: #ff8707;
}

.bg-theme-4 {
  background: #2e2e2e;
}

footer {
  padding: 10px;
  flex: 1;
}

body {
  background-image: url("../images/bg.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  margin-top: 148px;
}

.nav-link {
  color: #fff !important;
}

.img-hero {
  margin-top: -30px;
}

@media only screen and (max-width: 360px) {
  body {
    margin-top: 240px;
  }
  .balls {
    width: 32px !important;
    height: 32px !important;
    font-size: 21px !important;
    line-height: 30px !important;
  }

  .img-hero {
    margin-top: 0;
  }
}

@media only screen and (min-width: 361px) and (max-width: 1024px) {
  body {
    margin-top: 176px;
  }

  .balls {
    width: 46px !important;
    height: 46px !important;
    font-size: 25px !important;
    line-height: 45px !important;
  }

  .img-hero {
    margin-top: 0;
  }
}

.balls {
  font-weight: 700;
  color: #000;
  text-align: center;
  font-style: normal;
  background-color: #fff;
  text-shadow: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  display: inline-block;
  font-size: 30px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 56px;
  margin-right: 2px;
}

.lotto-balls {
  font-weight: 700;
  color: #000;
  text-align: center;
  font-style: normal;
  background-color: #fff;
  text-shadow: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  font-size: 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
}

.wrapper-result {
  margin-top: -60px;
  z-index: 99;
}

.title-game {
  background: linear-gradient(
    320deg,
    rgba(131, 58, 180, 1) 0%,
    rgba(255, 0, 0, 1) 50%,
    rgba(252, 176, 69, 1) 100%
  );
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.title-game > p {
  font-size: 0.9rem;
  text-align: center !important;
  line-height: 22px;
  padding: 25px 10px;
  font-weight: bold;
}

.text-title {
  color: #6ec1e4;
}

.bg-footer {
  background-color: transparent;
  background-image: linear-gradient(180deg, #f9f9f9 0%, #bdbdbd 100%);
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1290px !important;
  }
}