.inlineForm {
	display: inline-block;
}

input[type="checkbox"][readonly] {
	pointer-events: none;
}

.customTagger {
	width: 100%
}

.select2 {
	width: 100% !important;
}

.applicationLogo:hover {
	transform: scale(1.05);
	transition: 0.2s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 30px 30px rgba(0, 0, 0, 0.5);
}

.applicationLogo {
	height: 240px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}
