.message.success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    position: relative;
    text-align: center;
    padding: 20px;
    margin: 10px 0;
    border-radius: 5px;
}
.btn-toggle2 {
	display: inline-flex;
	align-items: center;
	padding: .25rem .5rem;
	font-weight: 600;
	color: rgba(0, 0, 0, .65);
	background-color: transparent;
	border: 0;
}

.btn-toggle2:hover,
.btn-toggle2:focus {
	color: rgba(0, 0, 0, .85);
	background-color: #b6d2ec;
}

.btn-toggle2NaoUtilizado::before {
	width: 1.25em;
	line-height: 0;
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
	transition: transform .35s ease;
	transform-origin: .5em 50%;
}

.btn-toggle2[aria-expanded="true"] {
	color: rgba(0, 0, 0, .85);
}
.btn-toggle2[aria-expanded="true"]::before {
	transform: rotate(90deg);
}
.side-nav a{
	color: #000000;
}
