html, body {
	height: 100%;
}
html {
	font-size: 14px;
    letter-spacing: .01rem;
}
body {
	background: #f8f8f8;
	font-family: Montserrat,Helvetica,Arial,serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	color: #6e6b7b;
	margin: 0;
} 
html body p {
	line-height: 1.5rem;
}
a {
	color: #0b6fda;
}
a:active, a:focus, a:hover {
	color: #0058b7;
}
.auth-bg {
	background: #fff;
}
.auth-bg label {
	color: #5E5873;
    font-size: .857rem;
}
.btn {
	font-weight: 500;
}
.btn-primary {
	background-color: #3a85ed;
	border-color: #3a85ed;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
	background-color: #266dd0;
	border-color: #266dd0;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0;
}
.form-control:focus {
	border-color: #3a85ed;
}
.alert {
	border: none;
}
.alert-danger {
	color: #EA5455!important;
	background: rgba(234,84,85,.12)!important;
	font-weight: 500;
}
.alert-success {
	color:#28C76F!important;
	background: rgba(40,199,111,.12)!important;
	font-weight: 500;
}
.alert ul {
	margin-bottom: 0px;
	margin-top: 10px;
	padding-left: 30px;
}
nav {
	background: #fff;
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
}
nav ul {
	margin: 0px;
	padding: 0px;
}
nav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
nav ul li.right-nav {
	float: right;
}
nav ul li a {
	padding: 18px 25px;
	display: inline-block;
	color: #6E6B7B;
	font-weight: 600!important;
	line-height: 24px;
}
nav ul li a:hover, nav ul li a.active {
	color: #0b6fda;
}
nav ul li a svg {
	margin-right: 7px;
	position: relative;
	top: -1px;
	height: 1.5rem;
}
.content {
	padding: 30px 25px;
}
.content h2 {
	font-weight: 500;
    color: #636363;
    padding-right: 1rem;
	margin-bottom: 21px;
}
.card {
	border: none;
    margin-bottom: 2rem;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    -webkit-transition: all .3s ease-in-out,background 0s,color 0s,border-color 0s;
    transition: all .3s ease-in-out,background 0s,color 0s,border-color 0s;
}
.card .card-header {
	background: #fff;
}
.card-header:first-child {
	border-radius: 0.428rem;
}
.bs-stepper-content .content {
	padding: 0px;
}
.bs-stepper .bs-stepper-content .content .content-header {
	margin-bottom: 2rem;
}
.select2-container {
    width: 100%!important;
    margin: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
}
.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
    min-height: 2.714rem;
    padding: 5px;
    border: 1px solid #D8D6DE;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23d8d6de\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 18px 14px,18px 14px;
    background-repeat: no-repeat;
    height: 1rem;
    padding-right: 1.5rem;
    margin-left: 0;
    margin-top: 0;
    left: -8px;
    border-style: none;
}