/* Core styles */
html {
	font-size: 13px;
}

@media (max-width: 767px) {
	html {
		font-size: 12px;
	}
}

body {
	font-family: "Montserrat", arial, verdana, sans-serif;
	color: #514d6a;
	background: #f2f4f8;
	line-height: 1.7;
	overflow-x: hidden;
}

body.login {
	font-family: "Montserrat", arial, verdana, sans-serif;
	color: #fff;
	background: #000;
	line-height: 1.7;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #74708d;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

a:hover, a:active, a:focus {
	color: #18a3e8;
	text-decoration: none;
}

input {
	outline: none !important;
	font-family: "Montserrat", arial, verdana, sans-serif;
	color: #514d6a;
}

button,
input {
	box-shadow: none !important;
}

input[type='text'],
input[type='password'],
input[type='pwd'],
input[type='email'],
input[type='tel'],
textarea {
	font-family: "Montserrat", arial, verdana, sans-serif;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

input[type="tel"] {
	-webkit-text-security: disc !important;
}

code {
	color: #74708d;
	background: #f2f4f8;
}

pre {
	color: #74708d;
	padding: 1.53rem;
	border-radius: 3px;
	border: 1px solid #e4e9f0;
	background: #f2f4f8;
}

.ct-label.ct-horizontal.ct-end {
	transform: translate(-50%,0);
	display: block;
	text-align: center;
	margin-top: 7px;
}

.cluster {
	color: #d81a2d;
	text-align:center;
	font-family: "Montserrat", arial, verdana, sans-serif;
	font-size:16px;
	font-weight: bold;
	cursor: pointer;
}
.octo-cluster {
	background-image:url('../../../assets/img/8legs-cluster.svg');
	line-height:35px;
	width: 50px;
	height: 61px;
}
