.dourado-mavs {
    color: #CDAA59;
}

.fundo-ranking {
  background-color: rgb(31 41 55 / 1);
}

.card-ranking {
  background-color: rgb(43 57 76) !important;
  border-radius: 24px;
    border: 6px solid #CDAA59;
  transition: 0.5s;
  overflow: hidden;
}

.card-ranking:hover {
  transform: scale(1.1);
}

.card-ranking-rodape {
  box-sizing: border-box;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
  padding: 0 !important;
  max-height: 30px;
  padding-top: 12px !important;
}

.card-ranking-rodape-verde {
  background-color: #20c997;
  transform: rotate(-4deg);
  height: 100px;
  width: 105%;
  transition: 0.5s;
  margin: 0 !important;
  margin-right: -10px;
  padding-right: 20px;
  font-weight: bold;
  text-align: right !important;
}

.table-dias {
  border-radius: 8px;
}

.table-dias td {
  border-style: none;
}

.table-regra-distribuicao td {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}


/*  */

.flag-colocacao {
    background: linear-gradient(to right, transparent 70%, #8BC34A 30%);
  position: relative;
}

.flag-colocacao::after {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
    background: #8BC34A;
  position: absolute;
  right: 0;
  top: 0;
  animation: pulse 0.7s ease-in-out infinite alternate;
}

@keyframes pulse {
  from {
    transform: scalex(1);
  }

  to {
        transform: scalex(1.10);
  }
}

.text-posicao {
  display: flex;
  align-items: center;
  z-index: 2;
  justify-content: left;
  font-weight: bold;
  color: white;
    text-shadow: 1px 1px 0 darkgrey, -1px -1px 0 darkgrey, 1px -1px 0 darkgrey, -1px 1px 0 darkgrey;
  text-align: center;
  font-size: 16pt;
  vertical-align: middle;
  line-height: 100%;
  text-align: center;
}

.text-posicao i {
  margin-left: 5px;
}

.clickable-row:hover {
  cursor: pointer;
}


/**/
#legenda-trofeus {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
  height: 50px;
  background-color: darkgray;
  border-radius: 8px;
  justify-content: center;
}

#legenda-trofeus li {
  flex: 0 0 auto;
  list-style-type: none;
  padding: 0px 20px;
  font-size: 12pt;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}


#ranking-2,
#ranking-3 {
  transform: scale(0.9);
}

#corpo-tabela-ranking tr {
  border: 3px solid white;
}

#ranking-pagina-inicial .espaco-borda {
  border: 1px solid rgba(192, 192, 192, 0.408);
  border-radius: 8px;
  padding: 8px;
}

#campanhas-pagina-inicial .espaco-borda {
  border: 1px solid rgba(192, 192, 192, 0.408);
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 16px;
}

#ranking-pagina-inicial .borda-ouro {
    border: 3px solid #FFD700;
  border-radius: 12px;
}

#ranking-pagina-inicial .borda-prata {
    border: 3px solid #C0C0C0;
  border-radius: 12px;
}

#ranking-pagina-inicial .borda-bronze {
    border: 3px solid #8C7853;
  border-radius: 12px;
}

.btn-campaign {
  min-width: 250px;
  height: 50px;
  font-size: 20px;
}

/* AUTOCOMPLETE - START */

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/* AUTOCOMPLETE - FINISH */


/* MODAL BLOCK - START */
body {
  overflow: auto;
}

.modal-block {
  /* background-color: lightgray; */
  background-color: gray;
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  top: 0px;
  left: 0px;
  visibility: hidden;
}

.modal-block-content {
  /* background-color: white; */
  z-index: 1001;
  position: absolute;
  opacity: 1;
  /* top: 100px; */
  /* left: 100px; */
  visibility: hidden;

  width: 100%;
  height: 100%;
}
/* MODAL BLOCK - FINISH */


.modal-confirmation-dialog .modal-header .modal-title {
  color: white;
}

.modal-confirmation-dialog .modal-header .btn-header-close {
  background: none;
  outline: none;
  border: none;
  transform: scale(3.0);
  color: #ffffff;
  transition: color 0.15s;
}

.modal-confirmation-dialog .modal-header .btn-header-close:hover {
  color: #bbbbbb;
  cursor: pointer;
}

.modal-confirmation-dialog .modal-body {
  font-size: 1.1em;
}

.modal-confirmation-dialog .modal-observation {
  font-size: 0.95em; 
  font-style: italic;
}


.modal-confirmation-dialog .modal-footer {
  background-color: #eeeeee;
}

.modal-confirmation-dialog .modal-footer .btn-confirm {
  font-size: 1.1em;
  font-weight: bold;
  width: 120px;
}

@media (max-width: 1200px) {
  .dropdown-item::after {
      transform: rotate(90deg);
  }

  .offcanvas-body > ul > li {
    margin-top: 5px;
    padding: 5px;
  }
}

/* ALERT - INICIO */
.floating-message-block {
  position: relative;

  display: flex;
  justify-content: left;
  /* align-items: ; */
  text-align: left;
}

@keyframes topDown {
  from {
    visibility: hidden;
    bottom: -50px;
  }
  to {
    visibility: visible;
    bottom: 10px;
  }
}

.floating-message-block-content {
  position: fixed;
  z-index: 1100;
  left: 15px;
  /* right: 15px; */
  margin-right: 15px;
  bottom: 10px;

  /* visibility: hidden; */

  animation-name: topDown;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
}
/* ALERT - FIM */

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}