.sortition_card {
	display: flex;
}

.sortition_pravo {
    display: block;
    color: #d7d9dc;
    padding: 10px 11px;
    border-radius: 7px;
    margin-bottom: 8px;
    font-weight: bold;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .3s;
}

.sortition_pravo:hover {
	color:#6080ff;
	background: #d3dcff08;
}

.sortition_card_left {
	margin-right: 0px;
	padding-right: 10px;
}

.sortition_gl {
	display: none;
	width: 100%;
}

.sortition_gl>p {
	color:#fff;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 10px 20px 25px;
	margin: 10px 0;
}

.sortition_gl>a {
    display: flex;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    justify-content: center;
}

.sortition_text_pravilo {
	color:#888b8f;
	font-weight: bold;
	font-size: 13px;
}

.sortition_text_nakaz {
	color:#ff6044;
	font-weight: bold;
	font-size: 13px;
}

.sortition_warning {
	color:#6080ff;
	font-weight: bold;
	font-size: 13px;
}

.aktiv_pravo {
		background: #d3dcff08;
		color: #6080ff;
}

.sortition_card_header {
	float: left;
	margin: 5px 0px 0px 10px;
}

.sortition_card_right {
	width: 100%;
}

.sortition_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(https://www.xsclan.cn/files/imgs/support.png);
    padding: 76px 0 76px;
}

.sortition_header h5 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #6080ff;
}

.sortition_header h2 {
    font-weight: 900;
    font-size: 39px;
    line-height: 46px;
    margin: -5px 0 27px;
    text-transform: uppercase;
}

.card_sortition {
    background: #11171f;
    border-radius: 10px;
    width: 100%;
}

.card_sortition .sortition_success {
	color: #40bb2a;
	padding: 10px;
    background: #1e2632;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
}

.card_sortition .sortition_danger {
	color: #d11919;
	padding: 10px;
    background: #1e2632;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
}

.card_sortition .sortition_info {
	color: #f4f4f4;
	padding: 10px;
    background: #1e2632;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
}

.razdel {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    margin-left: 11px;
    margin-top: -20px;
}

.numer_sortition {
	background: #19212c;
	border-radius: 4px;
	padding: 3px 7px;
	margin-right: 10px;
}

.sortition_title {
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
	padding-left: 25px;
}

.sortition_title_users {
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
	float: right;
	font-size: 20px;
    margin-right: 25px;
}

.sortition_users_title {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
}

.time_change {
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    right: 40px;
    top: 31px;
    color: #888b8f;
}

.time_change_obuu {
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    right: 40px;
    top: 31px;
    color: #888b8f;
}

.time_change_zapret {
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    right: 40px;
    top: 31px;
    color: #888b8f;
}

@media (max-width: 575.98px) {
	.time_change_obuu {
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		right: 95px;
		top: 54px;
		color: #888b8f;
	}

	.time_change_zapret {
		font-weight: 500;
		font-size: 14px;
		position: absolute;
		right: 95px;
		top: 90px;
		color: #888b8f;
	}	
}

@media (max-width: 768px) {
	.sortition_card {
		display: block
	}
	.choose {
		display: none;
	}
	.sortition_card_left {
		padding: 0;
		border: none;
		min-width: auto;
	}

	.sortition_header h5 {
		font-weight: 700;
		font-size: 14px;
		text-transform: uppercase;
		color: #6080ff;
	}
	
	.sortition_header h2 {
		font-weight: 900;
		font-size: 26px;
		line-height: 46px;
		margin: -5px 0 27px;
		text-transform: uppercase;
	}
}

.user-success {
	border-radius: 10px;
    padding: 10px;
    display: inline-block;
    background: #1d2532;
    margin-right: 5px;
    margin-bottom: 10px;
}

.user-success img {
	border-radius: 50%;
    width: 2.5rem;
    margin-right: 10px;
}

.card_sortition .empty-element {
	text-align: center;
    color: var(--custom-text-color);
}