.dc-side {
	margin-bottom: 15px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	/* margin-top: -15px; */
}

.dc-side .h2,
.dc-side h2:not(.nope) {
    margin: 0;
    background-color: var(--bg-color);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px;
    /* margin-top: 0px; */
}

.dc-side .dc-side-content {
	padding: 10px;
}

.dc-side .dc-cate-tle a {
	font-size: 13px;
}

.dc-side-content table {
	width: 100%;
	border-spacing: 1px;
	font-size: 14px;
}

.dc-side-content thead th {
	font-weight: 500;
	color: #ffffff;
	font-size: 12px;
}

.dc-side-content thead tr {
	background-color: var(--bg-color);
}

.dc-side-content tbody>tr:nth-child(2n) {
	background-color: rgba(0, 0, 0, .05);
}

.dc-side-content tbody>tr:hover {
	background-color: rgba(0, 0, 0, .1);
}

.dc-side-content tbody>tr>td>div {
	display: flex;
	font-size: 12px;
}

html:not(:lang(ar)) .dc-side-content tbody>tr>td>div>span:nth-child(1) {
	margin-right: 5px;
}

html:lang(ar) .dc-side-content tbody>tr>td>div>span:nth-child(1) {
	margin-left: 5px;
}

.dc-side-content tbody>tr>td>span {
	display: block;
	padding: 2px;
	font-size: 12px;
	text-align: center;
}

.dc-leagues .dc-league-d,
.dc-leagues .dc-league-p {
	background-color: rgba(0, 0, 0, .1);
	border-radius: 100px;
	padding: 0 5px;
	font-size: 14px;
}

.dc-league-p-t {
	text-align: center;
	font-size: 14px;
}

.dc-leagues .dc-league-d {
	background-color: #0F1B0D;
	color: #ffffff;
	text-align: center;
}

.dc-leagues .dc-col-auto {
	text-align: center;
}

.dc-leagues>.dc-league {
	padding: 5px;
}

.dc-leagues>.dc-league:nth-child(2n) {
	background-color: rgba(0, 0, 0, .05);
}

.dc-leagues>.dc-league:hover {
	background-color: rgba(0, 0, 0, .1);
}

.dc-leagues-date input {
	width: 100%;
	padding: 10px;
	background-color: rgba(0, 0, 0, .1);
}

.dc-button-national {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
}

.dc-button-national:hover {
	background-color: rgba(255, 255, 255, .1)
}

.dc-button-national::before,
.dc-button-national>span,
.dc-button-national::after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #ffffff;
	border-radius: 50%;
	margin: 3px auto;
}

#dv-content-side .dc-cate a {
	background: none;
	color: var(--bg-color);
	padding: 0;
}

#dv-content-side .dc-cate-tle,
#dv-content-side .dc-cate-tle a {
	padding: 0;
	font-size: 12px
}

.dc-timeline {
	display: flex;
	align-items: center;
}

.dc-timeline::before {
	content: attr(data-day);
	min-width: 50%;
	flex: 0 0 50%;
	font-size: 23px;
	font-weight: 900;
	box-sizing: border-box;
	color: rgba(0, 0, 0, .8)
}

.dc-timeline>span {
	font-size: 12px;
	min-width: 50%;
	flex: 0 0 50%;
	text-align: center;
}

.dc-timeline>span::before {
	content: attr(data-month);
	display: block;
	box-sizing: border-box;
	color: var(--bg-color);
}

.dc-national-popup {
	position: absolute;
	right: 0;
	left: 0;
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	overflow: hidden;
	max-height: 0px;
	transition: 0.2s;
	border-radius: 3px;
}

.dc-national-popup.dc-active {
	max-height: 200px;
}

.dc-national-popup .dc-national-content {
	padding: 5px 0;
}

.dc-national-popup .dc-national-content button {
	border: none;
	background: none;
	height: 30px;
	display: block;
	width: 100%;
	transition: 0.2s;
	text-align: left;
	padding: 0 10px;
}

 :lang(ar) .dc-national-popup .dc-national-content button {
	text-align: right;
}

.dc-national-popup .dc-national-content button:hover {
	background-color: rgba(0, 0, 0, .05);
}

.dc-national-popup .dc-national-content button.dc-active {
	background-color: var(--bg-color);
	color: #ffffff;
}