/* Isolation & Exposure Widget */

.bot-modal * {
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
	font-weight: normal;
	color: inherit;
}

#bot-modal {
	height: 100vh;
	width: 100%;
}

.card {
	display: flex;
    flex-direction: column;
}

.card-header {
	flex-shrink: 0;
}

.card-body {
	flex-grow: 1;
}

#iso-expo-chatbot {
	overflow-y: scroll;
	line-height: 25.5px;
	font-size: 17px;
}

.restart-label {
	padding: 0px 5px;
}