/* add your custom css here */
.input-div {
	background:white; 
	display:inline-block; 
	width:100%; 
	padding:0 5px;
	color: rgba(0,112,192,1.00);
	overflow: hidden; 
	white-space: nowrap;
	height:100%;
	outline: none;
	line-height:1.8;
	vertical-align: bottom;
}
.input-div-single-line br{
	display:none;
}
 .add_tag_buttons_true .wpProQuiz_cloze{
 	background: transparent;
 	margin:0px;
 	padding:0px;
 }

 .input-tag-buttons{
 	padding: 3px; 
 	margin:5px;
	margin-bottom:20px; 
	margin-left:0.5%;
	margin-right:0.5%;
 	background: transparent; 
 	border: 1.5px solid #466B93;
 	line-height: 0.8;
 }
.input-tag-buttons:hover{
	background-color: #466B93;
}
.input-tag-buttons:first-child{
	margin-left:43%;
}
 .input-tag-buttons img{
 	width: 22px;
 }

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .add_tag_buttons_true .wpProQuiz_cloze {
    display: none;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .add_tag_buttons_true .wpProQuiz_cloze {
    background: transparent;
    padding:0px;
}
.custom_html_tags_true textarea{
	display: none;
}
.custom_html_tags_true{
	width:100%
}
.custom_html_tags_true .input-div-multiline{
    border: 2px solid #e2e7ed;
    height: 242px;
	-moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    overflow: auto;
    padding: 2px;
    resize: both;

	white-space: pre-line;
}
