.table-date{
	cursor: default;
	color: #ffffff;
	padding: 10px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid transparent;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.active-date {
	background: #353a40;
}
.days-table, .dates-table, .months-table {
	border-collapse: separate;
	text-align: center;
}
.fs-small{
	font-size: 0.8rem;
}
.date-badge{
	position: absolute;
    top: 0;
    right: 0;
    background: #ffc10730;
    width: 15px;
    height: 15px;
    font-size: 0.8rem;
    border-radius: 2rem;
    color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event{
	transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.h3w3{
	height: 3rem;
	width: 3rem;
}
.h4w4{
	height: 4rem;
	width: 4rem;
}
.h25w25{
	height: 2.5rem;
	width: 2.5rem;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
	background-color: #ededed0f !important;
    border-color: transparent !important;
}