body
{
	font-family: Rubik;
}

body, html
{
	height: 100%
}

html
{
	font-size:16px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /*margin-top: 0;*/
    /*margin-bottom: .5rem;*/
    font-weight: 400;
    /*line-height: 1.2;*/
}

a, a:hover
{
	color:inherit;
	/*text-decoration: none !important;*/
}

.text-success
{
	color:#00789f !important;
}

.bg-light
{
	background-color: #efefef !important;
}

@media (max-width: 1199px) {

	html
	{
		font-size:15px;
	}

}

@media (max-width: 768px) {

	html
	{
		font-size:14px;
	}

}

.accordion-button:not(.collapsed)::after
{
    background-image: var(--bs-accordion-btn-icon);
}

.CodeMirror {
	font-family: monospace !important;
}

.CodeMirror,
.CodeMirror-scroll {
	min-height: auto;
    box-sizing: content-box;
}

.editor-statusbar
{
	margin-top: auto !important;
}

.editor-toolbar
{
	min-height:49px;
	max-height: 49px;
}

.editor-statusbar
{
	min-height:34px;
}

@media (min-width: 1200px) {
.col-xl-15 {
    flex: 0 0 auto;
    width: calc(8.33333333% * 1.5);
}

}

@media (max-width: 991px) {

	input[type="color"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	input,
	select,
	textarea {
	  font-size: 16px !important;
	}

}

