.mod_atividade .chzn-container {
    /* width: 100% !important; */
}
.mod_atividade .chzn-container-single .chzn-single {
    border-radius: 0;
    background: #ffcc01;
	box-shadow: none;
	line-height: 42px;
	height: 42px;
}
.mod_atividade .chzn-container .chzn-single b {
	position: relative;
	top: 20%;
}
.mod_atividade .chzn-container-single .chzn-search input[type="text"] {
	border-radius: 0;
	box-shadow: none;
	line-height: 42px;
	height: 42px;
}
.mod_atividade .btn-danger {
    padding-top: 0.7em !important;
	padding-bottom: 0.7em !important;
}
.mod_atividade dl {
    font-size: 150%;
}

/* Formatação Collapse */
.mod_atividade_content .img__palestrante {
	max-width:200px;
	max-height:250px;
	width: auto;
	height: 250px;
	object-fit: cover;
	float: left;
	padding-right: 10px;
}
.card__icon::after  {
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.5rem;
	color: #6bb42f;
	position: absolute;
	right: 1rem;
	top: 0;
	transform: rotate(180deg);
	transition: .3s;
	cursor: pointer;
	height: 100%;
	display: flex;
	align-items: center;
}
.card__icon.collapsed::after {
	transform: rotate(0deg);
	transition: .3s;
}
.modal-body p {
	font-weight: 500;
	font-size: 1rem;
}
.container_palestrante{
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-direction: column;
}
h4.mt-2.nome__palestrante {
    font-size: 1rem;
}
.btn.btn-primary.btn-link.text-light {
    font-size: 0.6rem;
}
@media screen and (max-width:991px) {
	.mudanca_content {
		margin-top: 1.5rem;
	}
	.mod_atividade_content .btn-warning {
		width: 100%;
	}
}
@media screen and (max-width:767px) {
	.mod_atividade_content .img__palestrante {
		float: none;
		margin: auto;
	}
}
@media screen and (max-width:575px) {
	.mod_atividade_content .img__palestrante {
		width: 149px;
		height: 185px;
	}
	.nome__palestrante {
		font-size: 1.2rem;
	}
}
@media screen and (max-width:475px) {
	.mod_atividade_content .img__palestrante {
		width: 100px;
		height: 135px;
	}
	.modal__bio .btn-link  {
		font-size: 0.7rem;
	}
}

.mod_atividade_content .chzn-container-single .chzn-single span {
    white-space: normal;
    height: auto;
    font-weight: bold;
}

.mod_atividade_content .chzn-container.chzn-container-single .chzn-single {
    height: auto;
}
.mod_atividade_content .detalhes-content {
	border-top: 1px solid #ccc;
	padding-top: 1rem;
}
.mod_atividade_content .detalhes-content p {
	margin-bottom: 0.5rem;
}