.kvote{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	border: 2px solid #3b3b3b;
	border-radius: 30px;
	padding: 15px 0;
	background-color: #15161c;
}
.kvote2{
	width: 100%;
}
.prvi-red{
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	border-bottom: 3px solid;
	padding: 0px 20px;
}
.kvota{
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	padding: 0px 0;
	color: whitesmoke;
	border-bottom: 3px solid #3b3b3b;
}
.skupljeno{
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 5px 20px;
	border-bottom: 1px solid #3b3b3b;
	cursor: pointer;
}
.vise-manje{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.razmak{
	min-width: 15px;
}

.kalkulator {
	width: 100%;
    overflow: hidden; /* Skriva sadržaj koji prelazi okvir */
    max-height: 0; /* Podrazumevana visina na početku */
    padding: 0;
    transition: max-height 0.3s ease, padding 0.3s ease; /* Animacija maksimalne visine i paddinga */
}

.kalkulator.expanded {
    max-height: 500px; /* Visina kada je proširen */
    padding: 5px;
}

.matchInfo{
	width: 100%;
	padding-bottom: 10px;
	display: inline-flex;
	justify-content: center;
}
.unos{ 
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
    margin: 0;
    padding: 0;
}
.form-style2 {
  padding: 7px 5px;
  height: 30px;
  width: 200px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  outline: none;
  color: #c4c3ca;
  background-color: #1f2029;
  border: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
}
.form-style2:focus,
.form-style2:active {
  border: none;
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
}
.racunaj{
	padding-top: 20px;
}
.created-at{
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #3b3b3b;
	cursor: pointer;
}
.created-at p{
	font-size: 13px;
}
#created-at{
	width: 30%;
}
#upozorenje{
	width: 30%;
}
#rizikKontent{
	width: 60%;
	color: red;
}

.item-sport{
	width: 8%;
	display: flex;
	justify-content: flex-start;
}
.item-utakmica{
	width: 35%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.item-datum{
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.item-profit{
	width: 10%;
	display: flex;
	justify-content: center;
}
.item-profit p{
	color: #5eab16;
}
.item-viseManje{
	width: 8%;
	display: flex;
	justify-content: flex-end;
}
.item-rizik{
	width: 10%;
	display: flex;
	justify-content: flex-end;
	position: relative;
}


.strelicaDiv{
	font-size: 30px;
	cursor: pointer;
}
.strelicaDiv:hover{
	color: #5eab16;
}
.ikonaSport{
	font-size: 30px;
}
.ikonaInfo{
	font-size: 30px;
}
.rizik{
	color: red;
}


.tooltip-div{
	position: relative;
	height: 15px;
	width: 100px;
}





@media (max-width: 879px){
	.skupljeno{
		padding: 5px;
	}
	.prvi-red{
		padding: 0px 5px;
	}
	.item-sport{
		width: 10%;
	}
	.item-utakmica{
		width: 30%;
	}
	.item-datum{
		width: 25%;
	}
	.racunaj{
	padding: 10px;
	}
}