.sortition h3 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
.sortition .ending {
background-color: var(--accent);
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
    padding: 30px;
}
.sortition #ending {
	text-align: center;
}
.sortition #ending span {
	color: rgb(53, 63, 74);
	font-size: 70px;
	font-weight: 500;
	display: inline-block;
	line-height: 60px;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px;
	margin: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
}
.sortition #ending i {
	font-style: normal;
	font-size: 20px;
	display: block;
	line-height: 20px;
}

.sortition #prizes {
display: flex;
    flex-direction: column;
    padding: 0px 16px;
}
.sortition .with_code {
	color: rgb(53, 63, 74);
	background: rgba(255, 255, 255, 0.9);
	padding: 15px;
	margin: 5px;
	border-radius: 5px;
	margin-top: 15px;
}
.sortition #prizes h5 {
	font-size: 18px;
	margin-top: 20px;
	background: rgba(255, 255, 255, 0.87);
	padding: 10px;
	border-radius: 3px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
	margin-bottom: 15px;
	display: block;
	width: 130px;
	text-align: left;
	text-align: center;
}

#prizes h5:first-of-type {
    background: rgb(251 194 71 / 10%) !important;
    border: 1px solid rgb(251 194 71 / 20%) !important;
	color: #FBC247;
}
#prizes h5:nth-of-type(2) {
    background: rgb(183 188 207 / 10%) !important;
    border: 1px solid rgb(183 188 207 / 20%) !important;
	color: #B6BCCF;
}
#prizes h5:nth-of-type(3) {
    background: rgb(255 133 67 / 10%) !important;
    border: 1px solid rgb(255 133 67 / 20%) !important;
	color: #FF8543;
}

.sortition #prizes .prize {
display: block;
    position: relative;
    margin-bottom: 10px;
    line-height: 0px;
    padding: 10px;
    margin-top: -7px;
    background: var(--card2);
    border: 1px solid var(--divider);
    border-radius: 3px;
}
.sortition #prizes .prize span {
	font-size: 16px;
	width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 20px;
	font-weight: 500;
}
.sortition #prizes .prize span small {
	color: rgb(128, 128, 128);
	font-size: 14px;
	line-height: 14px;
}
.sortition #prizes .prize i.fa {
	display: none;
}
.sortition #prizes .prize p {
	margin: 0px;
	margin-top: 10px;
}

.sortition #prizes .modal {
	text-align: left;
}
.sortition #prizes .modal-body hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sortition .participate {
background: var(--accent);
    padding: 15px 20px;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    display: block;
    margin: 30px auto;
    margin-top: 0px;
	transition: 0.3s ease;
}
.sortition .participate:hover {
	background: var(--accent-light);
}
.sortition #participants {
	display: flex;
    gap: 5px;
    align-items: center;
}
.sortition #participants > p {
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}
.sortition #participants a {
    padding: 5px 8px;
    background: var(--card2);
    border: 1px solid var(--divider);
    border-radius: 6px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.sortition #participants a img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.sortition .winners {
background-color: var(--card2);
    border: 1px solid var(--accent);
    padding: 21px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sortition #winners {
	text-align: center;
}
.sortition #winners a {
display: inline-block;
    background: var(--accent) !important;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
    opacity: 0.75;
    width: 120px;
}
.sortition #winners a:hover {
	opacity: 0.9;
}
.sortition #winners a i {
	font-size: 18px;
	color: RGB(255, 255, 255);
	font-style: normal;
}
.sortition #winners a img {
	display: block;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	margin: 10px;
	border: 2px solid RGB(255, 255, 255);
}
.sortition #winners a span {
	display: block;
	color: RGB(255, 255, 255);
	font-size: 18px;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 150px;
}

.sortition a.read-more {
	display: block;
	width: 100%;
	text-align: right;
	margin-top: -10px;
	margin-bottom: 15px;
	color: rgb(119, 119, 119);
	font-size: 13px;
}

@media (max-width: 768px) {
	.sortition #ending {
    display: flex;
    flex-direction: column;
}
.sortition #participants {
    flex-direction: column;
}
.participants-sortition {
    flex-direction: row !important;
	flex-wrap: wrap !important;
}
	
}