@import url('defaults.css');
@import url('paddings.css');
@import url('margins.css');
@import url('colors.css');
@import url('font_style.css');

body {
	background-color: #f2f7fa;
	font-family: 'Poppins', sans-serif;
}

input {
	outline: none;
}

a, a:active, a:hover {
	text-decoration: none;
	color: inherit;
}

.containerBox {
	margin: auto;
	display: table;
	width: 100%;
	max-width: 1120px;
}

.bgWhite {
	background-color: #ffffff;
}

.categoryTitleBig {
	font-size: 21px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 30px;
}

.categoryTitle {
	font-size: 13px;
	color: #9f999b;
	margin-top: 4px;
	margin-bottom: 4px;
}

.categoryTitleActive {
	font-size: 13px;
	font-weight: 500;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 4px;
}

.subCategoryTitle {
	font-size: 12px;
	color: #9f999b;
	padding-left: 37px;
}

.subCategoryTitleActive {
	font-size: 12px;
	color: #000000;
	padding-left: 37px;
}

.greenCategoryDot {
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #b3cc3d;
	border-radius: 3px;
}

.greyCategoryDot {
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #9f999b;
	border-radius: 3px;
}

.categoryDotCircle1 {
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #b3cc3d;
	border-radius: 50%;
	position: relative;
	top: 2px;
	left: -3px;
	margin-right: 15px;
}

.categoryDotCircle2 {
	display: inline-block;
	width: 11px;
	height: 11px;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 1px;
}

.categoryDotCircle3 {
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #b3cc3d;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
}

.inputText {
	padding: 20px;
	font-size: 14px;
	border: 1px solid #e3e3e3;
}


.inputTextSmall {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #e3e3e3;
}

.buttonNext {
	font-size: 14px;
	color: #ffffff;
	border-radius: 29.5px;
	background-color: #203e4d;
	padding: 16px 108px 16px 108px;
}

.buttonNext:hover {
	opacity: 0.97;
	color: #ffffff;
}

.loginBackground {
	background: url('../images/login.jpg');
	background-position: center;
	background-size: cover;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #ffffff;
	border-color: #b3cc3d;
	background-color: #b3cc3d;
	box-shadow: none;
}