.container-fluid{
	max-width:1400px;
	min-height:100%;
	padding:0 10px;
	position:relative;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-size: 16px;
}
.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6{
	font-size: 16px;
}
.h1, h1{
	font-size: 18px;
}
.h2, h2 {
    font-size: 16px;
}
.h3, h3 {
    font-size: 16px;
}
.card{
	height:100%;
}

.text-siren{
	color:#7482a9;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

.form-control,.form-control:focus{
	background-color:#2a2e39 !important;
	border-radius:unset;
	color:#c8c8c8;
	box-shadow:unset;
	border:none;
}
select.form-control,select.form-control:focus{
	background:url('/images/icons/arrow-down.svg') no-repeat right .2rem center/18px 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right:20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color:#fff;
	background-color:#6c757d;
	border-color: #6c757d;
}
.nav-tabs {
	border-bottom: 1px solid #6c757d;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #6c757d;
}

.bootstrap-select{
	font-size:1rem;
}
div.bootstrap-select button.dropdown-toggle,
div.bootstrap-select button.dropdown-toggle:active,
div.bootstrap-select button.dropdown-toggle:focus{
	background-color: #2a2e39 !important;
	border-radius: unset !important;
	color: #c8c8c8 !important;
	box-shadow: unset !important;
	border: none !important;
	height: 30px;
	padding: 5px 8px;
	font-size:1rem;
	outline:none !important;
}
div.bootstrap-select .dropdown-menu{
	background-color: #131722 !important;
	border:1px solid #2a2e39;
}
div.bootstrap-select .dropdown-menu .dropdown-item{
	color: #c8c8c8 !important;
}
div.bootstrap-select .dropdown-menu .dropdown-item:active,
div.bootstrap-select .dropdown-menu .dropdown-item.active,
div.bootstrap-select .dropdown-menu .dropdown-item:hover{
	background-color: #2a2e39 !important;
}
div.bootstrap-select .dropdown-menu .dropdown-header{
	color: #c8c8c8 !important;
}
div.bootstrap-select .dropdown-menu .dropdown-divider{
	border-top: 1px solid #50555d;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #0ecb81!important;
	background-color: #0ecb81!important;
}
