@CHARSET "UTF-8";

small, .small {
  font-size: 0.875em;
  line-height: 2rem;
}

.drawer-nav {
	z-index: 150;
}

.dropdown-toggle::after {
	display: none;
}

a.btn-disabled {
  text-decoration: line-through;
}

.keep-btn a {
	position: relative;
}
.keep-btn a.active:before {
	font: var(--fa-font-solid);
	content: "\f004";
	color: #d53873;
	margin-right: 0.3rem;
}
:root {
	--bs-border-width: 0;
	--bs-border-radius: 0;
}
.drawer-dropdown-menu {
	position: relative !important;
	transform: none !important;
}
.pager li.btn-primary{
	padding: 10px;
    border-radius: 15px;
    border: solid 1px #1C8EA7;
    color: #fff;
    background: #1C8EA7;
    box-shadow: 3px 3px 0 0 #ccc;
    width: 2.5em;
}
@media screen and (max-width:599px){
	.pager li.btn-primary{
		padding: 10px 6px;
	    width: 2.0em;
	}
	.pager li:first-child{
		width: 100%;
	}
}