

.textRowSorteiosAtivos {
    background-color: #f7e433;
    color: #000;
    font-weight: bold;
	width: 150px;
    height: 25px;
	line-height:25px;
    text-align: center;
    float: right;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 10px;
	margin-bottom:20px
}

.noPremios p {
    padding: 20px;
    background: #f7e433;
    border-radius: 10px;
    font-weight: bold;
    color: #000;
}



/* Section Ganhadores */

.sectionGanhadores .cardsGanhadores {
	width: 100%;
	//background: white;
	border-radius: 10px;
	//box-shadow: 0px 0px 14px -2px #bebebe;
	transition: 0.2s ease-in-out;
	overflow:auto;
	margin-bottom:10px;
	
	
	
}

.sectionGanhadores .cardsGanhadores:hover {
	cursor: pointer;
}

.sectionGanhadores .cardsGanhadores .img {
  width: 100%;
  height: 7em;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: linear-gradient(#7980c5, #9198e5);
  background-color:red;
  display: flex;
}

.sectionGanhadores .cardsGanhadores .text {
	color:#fff;
	font-family: system-ui !important;
	font-size: 12px;
	//font-weight: 600;
	text-align: justify;
}

.sectionGanhadores .textCota {
	background: #f7e433;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;	
    padding-left: 10px;
    padding-right: 10px;

	color: #000;
    text-align: center;
    float: right;
    border-radius: 5px;

    font-size: 12px;
    font-family: monospace;
    font-weight: 900;
}

.sectionGanhadores .cardsGanhadores .separador {
	color: #e3601b;
	font-weight:600;
	font-size:14px;
}

/*
.sectionGanhadores .cardsGanhadores .text .h3 {
  font-family: system-ui;
  font-size: 15px;
  font-weight: 600;
  color: black;
  text-align: center;
}

.sectionGanhadores .cardsGanhadores .text .h2 {
  font-family: system-ui;
  font-size: 12px;
  font-weight: 600;
  color: black;
  text-align: center;
}

.sectionGanhadores .cardsGanhadores .text .p {
  font-family: system-ui;
  color: #999999;
  font-size: 13px;
  margin: 0px;
  text-align: center;
  padding: 5px;
}


*/

/*
.save {
  transition: 0.2s ease-in-out;
  border-radius: 10px;
  margin: 20px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.save .svg {
  transition: 0.2s ease-in-out;
  width: 15px;
  height: 15px;
}

.save:hover .svg {
  fill: #ced8de;
}


.icon-box {
  margin: 10px;
  padding: 12px;
  background-color: #7980c5;
  border-radius: 10px;
  text-align: center;
}

.icon-box .span {
  font-family: system-ui;
  font-size: small;
  font-weight: 500;
  color: #fff;
}/*# sourceMappingURL=index.css.map */

