:root {
  --ct-logo-lg-height: 50px;
  --ct-logo-sm-height: 30px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Cerebri Sans","Nunito",sans-serif;
}

#sidebar-menu > ul > li > a {
    font-family: "Cerebri Sans","Nunito",sans-serif;
}

html[data-sidenav-size="condensed"]:not([data-layout="horizontal"]) .app-menu .menu-custom-text {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.form-control[readonly] {
	background-color: #f7f7f7;
}

.dropify-wrapper .dropify-message span.file-icon {
    font-size: 14pt;
}

.is-invalid .select2-container .select2-selection--single {
  border: 1px solid var(--ct-danger);
}

.loading-backdrop {
	z-index: 1050;
	background-color: #000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
}
.loading-backdrop .loading-backdrop-content {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
    justify-content: center;
}

textarea:disabled {
    background-color: #eeeeee !important;
}
