h2 {
	font-size: 22px;
}
thead {
	background-color: #F6F6F6;
}
thead th {
	border-bottom: none;
}

.menu-icon {
	width: 36px;
	height: 36px;
	margin-right: 15px;
}
.menu-icon img {
	filter: brightness(130%);
}
.menu-icon img:hover {
	filter: brightness(100%);
}

.table>:not(caption)>*>* {
	padding: 0.8rem 0.8rem;
}

.bg-origin-pink {
	background-color: #FDF1F5;
}

.btn {
	min-width: 86px;
}

.btn-group .btn {
	min-width:auto;
}

.btn-pink {
	background-color: #EC7A9B;
	border-color:#EC7A9B;
}

.btn-back {
	background-color: white;
	color: #767676;
	border-color: #DDDDDD;
}

.btn-pink:hover {
	background-color: #FDF1F5;
	border-color:#FDF1F5;
	color: #EC7A9B;
}

.warning-title {
	color: red;
}

.subjunction {
	text-align:right;
}
.subjunction img,
.icon img {
	width: 17px;
	height: 17px;
}

.check label {
	margin-right: 10px;
}

.btn-check:checked+.btn-outline-pink {
	background-color: #EC7A9B;
	border-color: #EC7A9B;
}

