
:root {
 
    --statistics-bg: #cf1719;
	--statistics-buttons: #e9e03d;
	--statistics-button-border: #e9e03d;
	--statistics-date-picker: #DBCC17;

}

.statistic__wrap .statistic__top-wrap .row {
	align-items: center;
	justify-content: center;
}

.statistic__title {
	font-weight: 600;
	color: #ffffff;
	margin-top: 0px;
	padding-bottom: 20px;
}

.statistic__content-items-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.statistic__content-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 460px;
	min-height: 280px;
	color: #ffffff;
	background-color: #ffffff;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
}

.statistic__content-item-title,.statistic__content-item-subtitle {
	font-size: 20px;
	font-weight: 400;
	color: #303030;
	margin-bottom: 15px;
}

.statistic__content-item-value {
	font-size: 48px;
	font-weight: 600;
	color: #303030;
}

.statistic__content-item-list {
	color: #303030;
	list-style: decimal;
	margin-left: 0;
	margin-bottom: 0;
}

.statistic__date-title {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	padding-bottom: 10px;
}

.statistic__date-divider {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	display: flex;
	align-items: center;
}

.statistic__date-wrap input[type=text] {
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	text-align: center;
	background-color: var(--statistics-buttons);
}

.justify-center .statistic__date-wrap .statistic__date-title {
	padding-bottom: 10px;
}

.statistic__date-wrap_input {
	min-width: 290px;
	max-width: 290px;
}

.statistic__date-wrap_btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.justify-center .statistic__date-wrap .v-btn--is-elevated {
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	text-transform: none;
	letter-spacing: normal;
	background-color: var(--statistics-buttons);
	min-width: 290px !important;
}

.v-date-picker-header {
	height: 60px;
	margin-top: 20px;
}

.v-date-picker-table--date {
	margin-bottom: -40px;
}

.statistic__date-wrap .v-input {
	position: relative;
	z-index: 10;
}

.statistic__date-wrap  .v-input__slot {
	background-color: var(--statistics-buttons) !important;
}

.statistics-date-picker {
	background-color: var(--statistics-date-picker) !important;
}