.sortition {
	padding: 20px;
}
.sortition h3 {
	    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
}

.block_prizes {
	    padding: 14px;
    margin-bottom: 20px;
    border-radius: 12px;
    gap: 15px;
    display: flex;
    background: #454552de;
    align-items: center;
}

.block_prizes i{
	font-size: 19px;
    color: #ffffff;
    background: #555564;
    display: flex;
    height: 40px;
    border-radius: 9px;
    width: 40px;
    align-items: center;
    justify-content: center;
}

.block_prizes span{font-weight: 600;}

.right_sortion {
	width: 100%;
}

.left_sotion {
	    width: 100%;
    background: linear-gradient(1deg, #2c2f36 30%, #343840 100%);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

#prizes {

}

.double_flex_sortion {
	display: flex;
	gap: 20px;
	flex-direction: row-reverse;
}

.sortition .ending {display: flex;justify-content: center;margin-bottom: 20px;}
.sortition #ending {
	text-align: center;
}
.sortition #ending span {
	color: rgb(255 255 255);
    font-size: 40px;
    font-weight: 500;
    display: inline-block;
    min-width: 110px;
    box-shadow: rgb(0 0 0 / 15%) 5px 5px 20px;
    background: linear-gradient(354deg, #393945 30%, #454555 100%) !important;
    line-height: 60px;
    padding: 17px;
    margin: 7px;
    border-radius: 20px;
}
.sortition #ending i {
	font-style: normal;
    font-size: 11px;
    display: block;
    font-weight: 600;
    line-height: 20px;
    color: #818195;
}

.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: 12px;
    margin-top: 13px;
    z-index: 11;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
    transform: skewX(348deg);
    position: relative;
    text-shadow: #00000052 1px 0 7px;
    padding: 11px;
    box-shadow: 0px 0px 20px #47be8530;
    border-radius: 10px;
    margin-left: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    width: 100px;
    text-align: center;
}
.sortition #prizes .prize {
	    display: block;
    position: relative;
    margin-bottom: 10px;
    line-height: 0px;
    padding: 20px 22px;
    border-radius: 13px;
    margin-top: -25px;
    background: linear-gradient(354deg, #373743b8 30%, #3c3c49 100%) !important;
}
.sortition #prizes .prize span {
	font-size: 15px;
	width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 17px;
	font-weight: 600;
}
.sortition #prizes .prize span small {
	color: rgb(134 134 154);
    font-size: 11px;
    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 {
	padding: 15px 30px;
    border: none;
    font-size: 13px;
    background: var(--GLOBAL, radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%));
    transform: skewX(348deg);
    position: relative;
    text-shadow: #00000052 1px 0 7px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0px 0px 20px #46b57f47;
    font-weight: 600;
    transition: 0.2s;
    color: rgb(255, 255, 255);
    display: block;
    margin: 5px auto;
    margin-top: 20px;
}
.sortition .participate:hover {
	opacity: 0.7;
}
.sortition #participants {
	display: block;
	text-align: left;
}
.sortition #participants > p {
	color: #FFF;
}
.sortition #participants a {
	padding: 10px 10px;
    display: inline-block;
    margin-bottom: 5px;
    transition: 0.2s;
    margin-right: 5px;
    padding-right: 18px;
    border-radius: 50px;
    background: linear-gradient(354deg, #434350cc 30%, #474755 100%) !important;
    color: #fff;
    font-size: 11px;
}
.sortition #participants a:hover {
	opacity: 0.7;
}
.sortition #participants a img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 5px;
}

.sortition .winners {
	margin-left: -16px;
	margin-right: -16px;
	padding: 10px;
}
.sortition #winners {
	text-align: center;
}
.sortition #winners a {
	display: inline-block;
    background: rgb(68 68 82) !important;
    border-radius: 15px;
    padding: 10px;
    margin: 5px;
    opacity: 0.75;
    width: 120px;
}
.sortition #winners a:hover {
	opacity: 0.9;
}
.sortition #winners a i {
	font-size: 13px;
	color: #fff;
	font-style: normal;
}
.sortition #winners a img {
	    display: block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin: 20px;
}
.sortition #winners a span {
	display: block;
	color: #ffff;
	font-size: 12px;
	line-height: 15px;
	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: 991.99px) {
	.double_flex_sortion {
	    display: flex;
	    gap: 20px;
	    flex-direction: column;
	}

	.sortition #ending {
    text-align: center;
    display: flex;
    flex-direction: column;
 }
}