/*
	Set line-height to relative so we can scale better later
	- line-height: absoluteLineHeightVal / globalPixelVal || 18.62px / 17px
*/
.app {
	letter-spacing: -0.45px;
	line-height: 18pt;
	min-height: 100vh;
}

.app-main {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 100vh;
	overflow: hidden;
}

h5{
	padding-bottom: 5px;
	font-weight: bold;
}

.button {
    color: black;
    border-radius: 5px !important;
    background-color: #88C3EA;
    border: 1px solid #88C3EA;
    background-image: none;   
    padding: 6px 12px;	
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    font-size: 14px; 
    margin: 3px;  
}

.resetChatBot {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	display: none;
}
.resetChatBot:focus,
.resetChatBot:hover {
	color: #fff;
}

.chat-section-filler {
	flex: 1 1 0%;
}

.chat-section + .chat-section,
.chat-section + .chat-response,
.chat-response + .chat-section,
.chat-response + .chat-response {
	margin-top: 2rem;
}

.chat-icon {
	height: 40px;
	min-height: 40px;
	min-width: 40px;
	width: 40px;
	
	/* spacing */
	margin-right: 12px;
    margin-top: 12px;
}
.chat-response .chat-icon {
	background-color: #006778;
	border-radius: 100%;
    font-size: 75%;
    font-weight: bold;
    height: 40px;
	min-height: 40px;
    min-width: 40px;
    width: 40px;

	/* spacing */
	margin-left: 12px;
	margin-right: 0;
    margin-top: 6px;
}
.chat-bubble .chat-icon {
	height: 30px;
	min-height: 30px;
	min-width: 30px;
	width: 30px;

	/* spacing */
	margin-right: 10px;
    margin-top: 0;
}

.chat-inner .chat-icon {
	float: left;
}
.chat-inner .chat-icon + p {
	overflow: hidden;
}

.chat-icon svg {
	display: block;
    height: auto;
    width: inherit;
}

.chat-bubble {
	background-color: #fff;
	border: 1px solid;
	border-color: #e6e6e6;
    border-radius: 4px;
    padding: 10px;
	position: relative;
	width: calc(100% - (40px + 12px));
}

.chat-bubble .version, .version{
	color: rgb(0, 0, 0);
	display: block;
	font-family: Calibri, "Helvetica Neue", Arial, sans-serif;
	font-size: smaller;	
	height: 14px;
	list-style-type: none;
	margin-block-end: 0px;
	margin-block-start: 26.5387px;
	margin-bottom: 0px;
	margin-inline-end: 0px;
	margin-inline-start: 0px;
	text-align:block left;
	white-space: normal;
	width: 435px;
	word-break: break-word;
}

.wizard .version {
	float: right;
	width:auto;
}

.chat-response .chat-bubble {
    background-color: #f4f4f4;
	width:auto;
}
.chat-bubble:after,
.chat-response .chat-bubble:after {
    background-color: inherit;
	content: '';
    height: 12px;
    position: absolute;
    width: 12px;
    z-index: 1;
}
.chat-section .chat-bubble:after {
    left: -6px;
	transform: rotate(45deg);
    top: 1rem;
    border-bottom: 1px solid;
	border-color: inherit;
    border-left: 1px solid;
	border-color: inherit;
}
.chat-response .chat-bubble:after {
    right: -6px;
	transform: rotate(-45deg);
    top: 1rem;
    border-bottom: 1px solid;
	border-color: inherit;
    border-right: 1px solid;
	border-color: inherit;
}
.chat-bubble :last-child,
.chat-bubble :only-child {
	margin-bottom: 0;
}

.newMessage{
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
	border-width:0px;
	color:white;
	padding:10px;
	/* right:22px;	 */
	z-index: 1;
	/* position: fixed; */
	cursor: pointer;
	display: none;
	font-size: smaller;

	position: absolute;
    right: 24px;
    top: 0;
    transform: translateY(calc(-100% - 24px));
}

.chat-controls {
	padding-left: 20px;
	padding-right: 0;
}

.chat-inner + .chat-controls {
	margin-top: 1rem;
}

/*hacky bit*/
.response {
    text-align: right;
    border:1px solid blue;
    padding:10px;
    margin: 10px;   
}

.prevSelect select {
	appearance: auto;
	height: auto;
    min-width: 130px;
}

.pushButton {
    appearance: none;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    color: rgb(0, 99, 177);
	display: block;  
    padding: 10px;
    border-radius: 5px;
    font-family: "Open Sans", apple-system, blinkmacsystemfont, "Segoe UI", "Helvetica Neue", arial, sans-serif !important;
    font-size: 17px !important;
    text-overflow: unset !important;
    text-align: left !important; 
    white-space: unset !important;	
	width: 100%;
}
.pushButton:focus {
	outline: 5px auto -webkit-focus-ring-color;
}
.pushButton:hover {
	background-color: rgb(0, 99, 177);
	color: #fff;
}
button.pushButton:active {
	background-color: rgb(0, 99, 177);
	color: #fff;
}
select.pushButton,
select.pushButton:active {
	color: #000;
}

.prevSelect + .prevSelect,
.prevSelect + .pushButton,
.pushButton + .pushButton {
	margin-top: 8px;
}

.pushButton.disabled {
    background-color: rgb(240, 240, 240);    
    color: rgb(109, 109, 109);
}

select.pushButton:disabled{
	color: #fff;
	background-color: #444;
}

/* CSS IE11 ONLY Select */
@media all and (-ms-high-contrast:none) {
    .pushButton.disabled {
		background-color: rgb(240, 240, 240);    
		color: rgb(109, 109, 109);
	}
}

.pushButton.selected {
    background-color:#767676;
    color: white;
}
/* CSS IE11 ONLY Select */
@media all and (-ms-high-contrast:none) {
    .pushButton.selected {
		background-color: rgb(205, 205, 205);    
		color: rgb(109, 109, 109);
	}
}

select.pushButton {
    margin-left:0px;
    margin-bottom:0px;
    margin-top: 0px;
}

.prevMessage {
	margin: 10px;
	margin-top: 15px;
}

.btn-reset {
    font-size: small;
    padding: 0;
    float: right;
}

.card-content{
	height: 300px;
	/* max-height: 300px;
	min-height: 300px; */
	overflow-y: auto;
}

.card-btns {
	position: relative;
}

.chat-icon-wizard {
	margin-left: 10px;
	max-width: 50px;
	min-width: 50px;

	/* margin-left:auto;
	width:50px;
	margin-top:-30px; */
}

.toggleFullscreen {
	color: #fff;
}
.toggleFullscreen:focus,
.toggleFullscreen:hover {
	color: #fff;
}
@media screen and (min-width: 768px) {
	.toggleFullscreen {
		display: none;
	}
}

#exitFullscreen {
	display: none;
}

html.fullscreen-active,
html.fullscreen-active body,
html.fullscreen-active .container,
html.fullscreen-active .card.wizard {
	height: 100%;
}

