/* ================================
===========POULE==================
=============================

*/

.poule {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 5px;
  background-color: rgb(255, 225, 161);
  width: 200px;
  height: 100%;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-top: 10px;
}

.poule p {
  margin: 2px 0;
}

.poule hr {
  border-top: 1px dashed #000 !important;
  width: 50%;
  margin: 10px auto;
  /* border-top: 2px dashed #ffffff;
    border-style: dashed;
    height: 2px;
     background: none; */
}

/* SERRILHADO POULE */

blockquote:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 28px;
  right: 0;
  bottom: -16px;
  left: 0;
  background: -webkit-linear-gradient(45deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%, -webkit-linear-gradient(130deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%;
  background: -moz-linear-gradient(-45deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%, -moz-linear-gradient(45deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%;
  background: -o-linear-gradient(-45deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%, -o-linear-gradient(45deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%;
  background: -ms-linear-gradient(-45deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%, -ms-linear-gradient(45deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%;
  background: linear-gradient(-45deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%, linear-gradient(45deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%;
  background-repeat: repeat-x;
  background-size: 5px 4px, 5px 4px;
}

blockquote:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 28px;
  right: 0;
  top: -16px;
  left: 0;
  background: -webkit-linear-gradient(135deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%, -webkit-linear-gradient(130deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%;
  background: -moz-linear-gradient(-135deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%, -moz-linear-gradient(135deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%;
  background: -o-linear-gradient(-135deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%, -o-linear-gradient(135deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%;
  background: -ms-linear-gradient(-135deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%, -ms-linear-gradient(135deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%;
  background: linear-gradient(-135deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%, linear-gradient(135deg, transparent 70%, rgb(255, 225, 161) 75%) 0 50%;
  background-repeat: repeat-x;
  background-size: 5px 4px, 5px 4px;
}

#modal_jogo .modal-header,
#modal_detalhe .modal-header {
  background: #fff;
  display: block;
  border-radius: 10px 10px 0 0;
}

#modal_jogo .winning-notice {
  color: #56ca98;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 10 px;
}

#modal_jogo .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 5;
  color: #dc3545;
}

#modal_jogo .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545' %3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}

#modal_jogo .btn-close:hover {
  opacity: .5;
}

.title-jogo {
  font-weight: bold;
  color: #1a3f92;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.description-jogo {
  width: 100%;
  color: #1a3f92;
  text-align: center;
}

#modal_jogo .modal-footer {
  color: #fff;
  text-align: center;
  border-top: none;
  border-radius: 0 0 10px 10px;
  align-self: center;
}

.modal-content {
  background-color: #1a3f92
}

#modal_jogo .modal-body div {
  z-index: 1;
}

#modal_jogo .modal-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(/assets/images/back-loading.jpg) no-repeat center;
  background-size: cover;
  padding: 0px;
  opacity: .3;
}

#modal_jogo .modal-body .col-lg-3:first-child,
#modal_detalhe .modal-body .col-lg-3:first-child {
  background: #fff;
}

#modal_jogo .modal-body .col-lg-3,
#modal_jogo .modal-body .col-lg-6,
#modal_detalhe .modal-body .col-lg-3:first-child,
#modal_detalhe .modal-body .col-lg-6:first-child {
  padding: 20px 0;
}

.description-jogo-jogado {
  font-size: 16px;
  color: #fff;
  /* border-left: 2px solid #1a3f92; */
  padding-top: 20px;
  text-align: center;
}

#modal_detalhe .description-jogo-jogado {
  padding: 10px 10px 10px 20px;
}

.resumo-jogo {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

#modal_detalhe .resumo-jogo {
  padding: 10px;
}

#modal_jogo .result-table {
  color: #fff;
  text-align: center;
  flex-direction: column;
}

#modal_jogo .result-table #resultados {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
}

#modal_jogo .result-table #resultados #resultados-info {
  border: 1px solid #fff;
  padding: 10px;
}

/* END POULE */

.my-games-body .main-game::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.my-games-body .main-game::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.my-games-body .main-game::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #ffc107;
}

.my-games-body .container-games {}

.my-games-body .content-games {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.my-games-body .box-games {
  margin-bottom: 60px;
  min-height: 65px;
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  height: max-content;
}

.my-games-body .box-games:nth-child(odd) {
  margin-right: 10px;
}

.my-games-body .box-games:nth-child(even) {
  margin-left: 10px;
}

.my-games-body .header-game {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 100%;
  padding: 20px;
  position: absolute;
  color: var(--color-secondary);
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(124, 124, 124, 0.72);
  z-index: 1;
  background-color: #fff;
}

.my-games-body .header-game>div div {
  flex: 1;
}

.box-games.clicked .header-game {
  padding-bottom: 12px;
}

.box-games .header-main-game {
  display: flex;
  flex: 1;
  transition: all .5s;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
}

.box-games .header-main-game div {
  flex: 1;
}

.box-games.clicked .header-main-game {
  opacity: 1;
  visibility: visible;
}

.my-games-body .id-game {
  color: var(--color-secondary);
}

.my-games-body .id-game>span {
  color: var(--yellow);
  font-weight: bold;
}

.content-main-game.awarded .id-game>span {
  color: #56ca98;
}

.my-games-body .lottery-game {
  font-size: 18px;
}

.button-award {
  /* background-color: #d2d3d5d3;
  color: var(--color-secondary); */
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  outline-style: none;
  border: none;
  border-radius: 40px;
  padding: 2px 5px;
  transition: opacity 0.2s;
}

.button-award.awarded {
  background-color: #56ca9848;
  color: #56ca98;
  content: "PREMIADA";
  white-space: nowrap;
}

.button-award.not-awarded {
  background-color: #dc354644;
  color: #dc3545;
  content: "SEM PRÊMIO";
  white-space: nowrap;
}

.button-award.wait {
  background-color: #f9b3323d !important;
  color: #f9b232 !important;
  white-space: nowrap;
}

.main-game {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 100%;
  padding-top: 75px;
  margin-top: 30px;
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 0px 12px 0px rgba(124, 124, 124, 0.72);
  max-height: 300px;
  overflow-y: auto;
}

.my-games-body .content-main-game {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 10px;
}

.my-games-body .content-main-game.awarded {
  background-color: #56ca9852;
}

.my-games-body .main-game .title {
  color: var(--color-secondary);
  font-size: 16px;
}

.my-games-body .main-game .sub-title {
  color: var(--color-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my-games-body .main-game .modality-game {
  flex: 1;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}

/* .main-game .modality-game .icon-awarded {
    background-color: #56CA98;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0px 0px 15px 3px rgb(86 455 152);
    -moz-box-shadow: 0px 0px 15px 3px rgb(86 455 152);
    box-shadow: 0px 0px 15px 3px rgb(86 455 152);
} */

.main-game .modality-game .icon-awarded {
  background-color: #56ca98;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  box-shadow: 0 0 0 rgba(86, 455, 152, 0.4);
  animation: awarded-pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes awarded-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(86, 455, 152, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes awarded-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(86, 455, 152, 0.4);
    box-shadow: 0 0 0 0 rgba(86, 455, 152, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.box-games .numbers-game {
  flex: 1;
  margin: 0 10px;
  overflow: hidden;
  text-align: center;
}

.box-games .numbers-game>div {
  overflow: hidden;
}

.box-games .view-game {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  margin: 0 0 0 10px;
}

.box-games .view>.eye {
  /* background-color: rgba(0, 0, 0, 0.041); */
  background-color: transparent;
  border-radius: 10px;
  padding: 7px 10px;
  font-size: 22px;
  color: var(--color-secondary);
}

.box-games .view>.eye>i {
  transition: 0.1s all;
}

.box-games .view>.eye:hover>i {
  transform: scale(1.15);
}

.box-games .view-game .claim {
  justify-content: center;
  align-items: center;
  display: flex;
  background: #f9b232;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px !important;
  border-radius: 10px;
}

.box-games .view-game .claim:active {
  transform: scale(0.9);
}

.box-games .view-game .claim>i {
  font-size: 16px;
  font-weight: 500;
}

.box-games .view-game .claimed {
  background-color: #56ca9848;
  color: #56ca98;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 5.65px !important;
  border-radius: 10px;
  text-transform: uppercase;
}

.my-games-body .chevron-game {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-secondary);
  flex: 1;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -20px;
  z-index: 2;
}

.my-games-body .chevron-game>i {
  font-size: 18px;
  transition: 0.7s transform;
  transform: rotate(0deg);
}

.my-games-body .chevron-game.active>i {
  transition: 0.7s transform;
  transform: rotate(-180deg);
}

.content-inputs-bets {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 550px;
}

.form-group {
  position: relative;
  flex: 1 0 160px;
}

#inputData {
  background: var(--blue);
  padding: 15px 10px 0px 15px;
  font-size: 1rem;
  height: 60px;
  border: 2px solid rgb(255 255 255 / 20%);
  border-radius: 5px;
  color: var(--yellow);
  /* margin: 0px 10px; */
  width: 100%;
}

#inputData::-webkit-calendar-picker-indicator {
  background-color: rgb(255 255 255 / 50%);
  padding: 5px;
  cursor: pointer;
  border-radius: 3px;
  margin: 0 0 0 10px;
}

.input-select {
  background: var(--blue);
  padding: 18px 10px 0px;
  font-size: 1rem;
  height: 60px;
  border: 2px solid rgb(255 255 255 / 20%);
  border-radius: 5px;
  color: var(--yellow);
  /* margin: 0px 10px; */
  min-width: 140px;
  width: 100%;
}

label[for="inputData"],
label[for="filterStatus"],
label[for="filterLoterie"] {
  position: absolute;
  top: 8px;
  left: 15px;
  color: rgb(255 255 255 / 50%);
  font-size: 0.8rem;
}

@media only screen and (max-width: 1000px) {
  .my-games-body .button-award {
    font-size: 12px;
  }

  .my-games-body .lottery-game {
    font-size: 16px;
  }
}

@media only screen and (max-width: 800px) {
  .my-games-body {
    padding: 10px;
  }

  .box-games {
    margin: 20px 0 !important;
  }

  .my-games-body .box-games {
    width: calc(100% - 10px);
  }
}

@media only screen and (max-width: 610px) {
  .content-body .container-header-page {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}