.wrapper{
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.evk_calendar tbody td:nth-child(n+6),
.evk_calendar tbody td {
  color: var(--e-global-color-primary);
}
.evk_calendar tbody td {
  padding: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.evk_calendar tbody td.cDay,
.evk_calendar tbody td.сToday,
.evk_calendar thead td.m_Next,
.evk_calendar thead td.m_Prev,
.evk_calendar thead td.y_Next,
.evk_calendar thead td.y_Prev{
	cursor: pointer;
}
.evk_calendar td.m_Prev, .evk_calendar td.y_Prev {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-right: 0px solid #b5b5b5;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  background: #f5f5f58a;
}
.evk_calendar td.m_Next, .evk_calendar td.y_Next {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-left: 0px solid #b5b5b5;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  background: #f5f5f58a;
}
عنصر {
}
.evk_calendar td.m_Next:hover, .evk_calendar td.y_Next:hover {
  border-left: none;
}
.evk_calendar tbody td.selected,

.evk_calendar tbody td.cDay:hover,
.evk_calendar tbody td.сToday:hover,
.evk_calendar thead td.m_Next:hover,
.evk_calendar thead td.m_Prev:hover,
.evk_calendar thead td.y_Next:hover,
.evk_calendar thead td.y_Prev:hover,

.evk_calendar tbody td.cDay:focus,
.evk_calendar tbody td.сToday:focus,
.evk_calendar thead td.m_Next:focus,
.evk_calendar thead td.m_Prev:focus,
.evk_calendar thead td.y_Next:focus,
.evk_calendar thead td.y_Prev:focus
{
	background: var(--e-global-color-secondary) !important;
	color: var(--e-global-color-primary) !important;
}