.table-date{
	cursor: default;
	color: var(--bs-body-color);
	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: var(--bs-body-bg);
}
.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: var(--bs-code-color);
    width: 15px;
    height: 15px;
    font-size: 0.8rem;
    border-radius: 2rem;
    color: var(--bs-body-bg);
    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;
}
.list-group-item-custom{
	overflow: hidden;
	background: var(--bs-secondary-bg);
	margin-bottom: 2px;
	border-radius: 5px;
}

.first{
	background: var(--bs-secondary-bg);
	box-shadow: 5px 0px 10px #00000038;
}

.second{
	background: var(--bs-secondary-bg);
}

.hours{
	font-family: Roboto Condensed, sans-serif;
	color: var(--bs-code-color);
	height: 42px;
	width: 42px;
	background: #d6338430;
	border-radius: 2rem;
	text-align: center;
}

.btn-action {
    background: var(--bs-body-bg);
    border: none;
    /* border-radius: 1rem; */
    padding: .5rem 1rem;
    width: 100%;
    text-align: start;
}

.modal-backdrop{
	--bs-backdrop-opacity: .1 !important;
}
