.blue {
	background-color: rgb(62, 176, 166) !important;
}

.blue2 {
	background-color: rgba(62, 176, 166, 0.87) !important;
}

.blue3 {
	background-color: rgba(62, 176, 166, 0.1) !important;
}

.blue3:hover {
	background-color: rgba(62, 176, 166, 1) !important;
	color: #fff;
}

.menu2 li:hover {
	background-color: rgb(62, 176, 166) !important;
}

.slideScreen-header {
	background-color: rgb(62, 176, 166) !important;
}

.newsDate {
	background-color: rgba(62, 176, 166, 0.7) !important;
}

.sidebar__nav--first,
.sidebar__nav--second,
.sidebar__nav--third,
.sidebar__nav--fourth {
	background-color: rgb(62, 176, 166) !important;
}

.sidebar__search {
	border-color: #ffffff;
}

.sidebar__search input[type="text"],
.sidebar__search input[type="text"]::placeholder {
	color: #ffffff;
}