/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.note-editable{
    background-color: #ffffff !important;
}

[bp-section="crud-operation-create"] .note-editable{
	/* Your styles for the create operation */
	background-color: #ffffff;
}

#logoCustom {
	height: 90px;
	margin-top: 5px;
}
.logo-responsive {
    height: 100%;
    width: auto;
	max-width: 100%;
	max-height: 100%;
}

@media (max-width: 480px) {
    .logo-responsive {
        max-width: 140px;
    }
	#logoCustom {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
}
