body {
	font-family: "Poppins", Helvetica, Arial, Sans-serif;
	font-weight: 400;
}

h1 {
	font-weight: 700;
	color: #111111;
	font-size: 2.1rem;
}

h2, h3 {
	font-weight: 700;
}

.btn-link,
.btn-link:hover {
	color: #713E91;
}

.btn-primary{color:#fff;background-color:#ed008d;border-color:#ed008d}
.btn-primary:hover{color:#fff;background-color:#b3006b;border-color:#b3006b}
.btn-primary:focus,.btn-primary.focus{box-shadow:0 0 0 .2rem rgba(237, 0, 141,0.3)}
.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#ed008d;border-color:#ed008d}
.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#ed008d;border-color:#ed008d}
.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 .2rem rgba(237, 0, 141,0.3)}

.navbar {
	padding: .5rem 0;
}

.navbar .nav-item {
	margin-right: .5rem;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #713E91;
}

.list-group-item.active,
.page-item.active .page-link {
	background-color: #713E91;
	border-color: #713E91;
}

.page-link,
.page-link:hover {
	color: #713E91;
}

.breadcrumb {
	border-radius: 0;
	font-size: 90%;
	margin: 0;
}

.bootstrap-select > .dropdown-toggle,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
	background-color: #FFFFFF;
	border-color: #CED4DA;
}

.bootstrap-select > .dropdown-toggle:focus {
	outline: none !important;
}

.badge {
	padding: .4em .6em;
	font-size: 85%;
	font-weight: normal;
}

form label span {
	color: #990000;
}

.help-block.form-error {
	display: block;
	margin-top: 5px;
	color: #A94442;
}

.form-group .select2-container--default {
	display: block;
	width: 100% !important;
}

.form-group .select2-container--default .select2-selection--single {
	border-color: #CED4DA;
	height: 37px;
}

.form-group .select2-container--default.select2-container--focus .select2-selection--single {
	border-color: #A1CBEF;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0 .75rem;
	line-height: 37px;
}

.form-group .select2-container .select2-search--inline .select2-search__field {
	margin-top: 7px;
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: none;
	padding: 2px 6px;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 37px;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
	color: #212529;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #713E91;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: #713E91;
}

.tab-content .card, .card-with-tab {
	border-radius: 0 0 .25rem .25rem;
	border-top: none;
}

.list-group-item-secondary {
	background-color: #EEEEEE;
}