@font-face {
	font-family: "viner";
	src: url("viner.ttf");
}

.mobile_view {
	display: none;
}

.desktop_view {
	display: flex;
}

.buyed_impot {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.unbuyed_impot {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.hidden {
	display: none !important;
}

.header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background: #052850;
	color: white;
	padding: 0 20px;
}

.header-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 20%;

}

.header-left .site_logo {
	width: 60px;
	height: 60px;
	margin-right: 6px;
}

.header-left .site_name {
	font-size: 2.2rem;
	font-style: italic;
	font-family: viner;
	margin-top: 5px;
}

.header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 80%;
}

.header-right .btn-danger {
	margin-left: 15px;
}

.header-right .item_menu {
	margin-left: 10px;
}

.item_menu--link {
	cursor: pointer;
	text-transform: capitalize;
	color: white;
	font-weight: 500;
	text-align: center;
	font-size: 17px;
}

.isClicked {
	border-bottom: 4px solid #28A745 !important;
	padding-bottom: 5px;
}

.header-right .wrapper_search_bar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.wrapper_search_bar .input_search,
.wrapper_search_bar .search_btn {
	height: 38px;
	background: white;
	color: #052850;
	border: 0px;
}

.wrapper_search_bar .search_btn {
	margin-left: 5px;
	background: #28A745;
	color: white;
}

/* register car page */
#table_search {}

.form_new_vehicule {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form_new_vehicule .part_1,
.form_new_vehicule .part_2 {
	width: 50%;
}

.form_new_vehicule .form_header {
	width: 100%;
	margin-bottom: 20px;
}

.form_header, .wrapper_form_buttons {
	width: 100%;
}

.wrapper_form_buttons {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid #DDD;
	padding-top: 15px;
}

.wrapper_form_buttons .btn {
	margin-left: 10px;
	text-transform: capitalize;
}

.wrapper_form_buttons .btn_save {
	background: #28A745;
	border: 0;
}

.form_background {
	margin-bottom: 50px;
}

body {
	/* border: 1px solid red; */
}

.input_search {
	text-transform: uppercase;
}

.wrapper_form {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: start;
	flex-direction: column;
	padding: 30px;
}

.container-fluid {
	width: 100%;
	margin-top: 65px;
	padding: 0 40px;
}

.table thead th {
	text-align: center;
	background: #6E757F;
}

.table tr td {
	text-align: center;
}

.small_form {
	padding: 20px;
	width: 100%;
	display: flex;
	gap: 10px
}

.img_searched_car {
	height: 250px !important;
}

.td_images .content_img_car a img {
	width: 100%;
	height: 100%;
	object-fit: unset !important;
}

.blue_background {
	background: #052850;
}

.orange_background {
	background: #A94716;
}

.btn-primary, .btn-success {
	background: #052850 !important;
	border: 1px solid #052850 !important;
}

.text-blue, .text-primary {
	color: #052850 !important;
}

.btn-outline-primary {
	color: #052850;
	border-color: #052850;
}

.btn-outline-primary:hover {
	background: #052850;
	border-color: #052850;
}

.wrap_form {
	flex-wrap: wrap;
}

.wrap_form .wrapper_buttons {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
}

.green_button {
	background: #28A745 !important;
	border: 1px solid #28A745 !important;
}

.wrap_form .wrapper_form_submit {
	width: 100%;
	margin-top: 10px;
}

.btnActive {
	background: white !important;
	color: #052850 !important;
	border: 1px solid #052850 !important;
}

.wrapper_buttons.wrapper_buttons--year {
	gap: 10px;
	padding: 5px 30px;
}

.list-group-item.active {
	background: #052850 !important;
	border: 0px;
}

.wrapper_legend {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: flex-start;
}

.wrapper_legend .legend_item {
	margin: 0px;
	align-items: center;
	display: flex;
	gap: 5px;
	font-weight: 500;
	font-size: 13px;
}


.page-width {
	position: relative;
	min-height: 90%;
}


.logout-container {
	width: 100%;
	height: 75px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background: #E7EBEF;
	font-weight: 600;
	color: black;
	text-transform: capitalize;
}

.logout-container .logout_link {
	color: blue;
	font-size: 15px;
}

.wrapper_avatar {
	width: 60px;
	height: 60px;
	padding: 5px;
	border-radius: 50%;
}

.wrapper_avatar .user_avatar {
	object-fit: cover;
	border-radius: 50%;
}

.logout-container .btn_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 5px 0 0 8px;
	width: 150px;

}

.logout-container .btn_wrapper p {
	margin: 0;
	width: 100%;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.min-height-200px, .margin-top-80 {
	margin-top: 20px !important;
}

.title_table_taximens {
	display: flex;
	justify-content: space-between;
}

.title_table_taximens .btn {
	background: #28A745 !important;
	border: 0px !important;
}

.container-taximen {
	margin-top: 100px;
}

.container-edit_taximen .min-height-200px {
	margin-top: 0 !important;
}

.container-edit_taximen {
	margin-top: 85px;
}

.container-edit_taximen .pd-ltr-20 {
	padding: 0;
}

.container-capacite .wrapper_table {
	padding: 20px;
}

.container-permis {
	width: 100%;
	display: inline-block;
	min-height: 90%;
}

.container-permis .wrapper_form {
	padding: 0;
	margin-top: 30px;
}

.container-assurance .wrapper_form {
	margin-top: 60px;
}

.container-carte__bleue {
	width: 100%;
	border: px solid red;
	display: inline-block;
	min-height: 90%;
}


@media only screen and (max-width: 768px) {
	.mobile_view {
		display: flex;
	}

	.desktop_view {
		display: none;
	}

	.form_new_vehicule .part_1, .form_new_vehicule .part_2 {
		width: 100%;
	}

	.form_background {
		padding: 0;
	}

	.logout-container {
		display: none !important;
	}

	.contain_tSearch {
		padding: 0;
	}

	.contain_tSearch .min-height-200px {
		margin-top: 30px !important;
	}

	.wrapper_table {
		width: 100%;
		overflow-x: scroll;
	}

	.img_searched_car {
		width: 450px !important;
		height: 200px !important;
	}

	#table-body td {
		min-width: 150px !important;
	}

	.form-group {
		margin-bottom: 10px;
		;
	}

	.mobile_menu_icon {
		font-size: 40px;
	}

	.header {
		align-items: center;
	}

	.header-left .site_logo {
		width: 45px;
		height: 45px;
	}

	.header-left .site_name {
		font-size: 27px;
	}

	.mobile_menu {
		position: absolute;
		width: 300px;
		height: 100vh;
		top: 0;
		right: 0;
		z-index: 999;
		background: #052850;
		opacity: 0;
	}

	.mobile_menu .top {
		width: 100%;
		padding: 30px 20px 30px 30px;
		display: flex;
		justify-content: space-between;
	}

	.mobile_menu .top span {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 16px;
		color: white;
	}

	.mobile_menu .close_btn {
		font-size: 23px;
		color: red;
	}

	.mobile_menu .bottom {
		margin-top: 50px;
		display: flex;
		flex-wrap: wrap;
	}

	.mobile_menu .item_menu--link {
		color: white;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 500;
	}

	.mobile_menu .wrapper_logout {
		position: absolute;
		bottom: 0;
		width: 100%;
		background: rgba(237, 41, 41, 0.6);
		text-align: center;
		padding: 5px;
	}

	.mobile_menu .wrapper_logout a {
		color: white;
		text-decoration: none;

	}

	.mobile_menu li {
		padding: 5px 15px;
		width: 100%;
		margin-bottom: 8px;
		padding-left: 30px;
	}

	.mobile_menu_overlay {
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.5);
		opacity: 0;
	}

	.wrapper_form_buttons {
		justify-content: center;
	}

	.view_left_side {
		padding: 20px;
	}

	.view_right_side {
		display: flex;
		flex-wrap: wrap;
		padding: 0px !important;
		width: 100%;
		overflow-x: scroll;
	}

	.view_widget .card-box {
		padding: 15px 0;
	}

	.view_right_side .view_widget {
		width: 100%;
		margin-bottom: 30px;
	}

	.view_widget .row {
		margin: 0;
	}

	.mobile_search {
		margin-top: 100px;
	}

	.mobile_search .card {
		width: 100%;
		padding: 20px 20px;
		border-radius: 10px;
		border: 0;
	}

	.mobile_search .search_btn {
		margin-top: 15px;
		background: #28A745;
		color: white;
		text-transform: uppercase;
	}

	#alert_ras {
		width: 100% !important;
		margin: 0px 0 30px 0 !important;
	}

	.title_table_taximens {
		flex-wrap: wrap;
		justify-content: left;
		gap: 10px;
	}

	.container-taximen .wrapper_view {
		flex-wrap: wrap
	}

	.container-taximen #form_part_1, .container-taximen #form_part_2 {
		width: 100%
	}

	.container-edit_taximen .pd-ltr-20 {
		padding: 0 !important;
	}

	.container-edit_taximen .col-lg-8,
	.container-edit_taximen #enregistrement_vehicule,
	.container-capacite .col-lg-12 {
		padding: 0;
	}

	.small_form {
		flex-wrap: wrap;
		padding: 0;
	}

	.container-capacite .wrapper_table {
		padding: 0;
	}

	.containet-depot_permis .wrapper_form {
		padding: 0;
	}

	.wrapper_form_cg {
		padding: 20px;
		margin-top: 80px;
	}

	.wrapper_form_cg #bloc_new_cg {
		padding: 15px 0 !important;
	}

	.wrapper_form_cg #bloc_new_cg form {
		padding-top: 0 !important;
	}

	#bloc_new_cg .pull-left {
		padding-left: 15px;
	}

	.container-assurance .wrapper_form {
		margin-top: 30px;
	}
	.container-carte__bleue .wrapper-table {
		padding: 0;
	}
}