.jqte {  
	width: 100% !important;
}
.jqte_editor, .jqte_source {
	min-height: 200px !important;
}
.imageSelected{
	border: 5px solid red !important;
}
.ql-editor{
	min-height: 200px !important;
}
.ql-align-center{
	text-align: center !important;
}
.ql-editor .ql-align-right {
    text-align: right !important;
}
.ql-editor .ql-align-justify {
    text-align: justify !important;
}
.card .card-content .card-title i {
    line-height: 40px !important;
} 
strong {
	font-weight: bold !important; 
} 

html, body{
	line-height: 1.75 !important;
}
.card{
	box-shadow: unset !important;
	margin:0px !important;
}
.card .card-content {
	padding: 10px 0px !important;
	border-bottom: 1px solid #e1e1e1!important;
}

.blogtype:active, .blogtype:focus, .blogtype:hover{
	color: #f69275;
}
.openblog:active, .openblog:focus, .openblog:hover{
	color: #f69275;
}
.input-field.col .dropdown-content [type="checkbox"]+label{
	top: -10px !important;
}
.select-wrapper+label {
    font-size: 1rem!important;
	top: 0px !important;
}
.blogtypedropdownlabel{
    font-size: o.8rem!important;
	top: -26px !important;
}
.blogtypedropdownlabel:not(.label-icon).active{
	-webkit-transform: translateY(-10px) scale(0.8) !important;
}

#toast-container {
    top: 25% !important;
    right: 35% !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="date"], textarea {
    width: calc(100% - 25px) !important;
}