.mb-15{
    margin-bottom: 15px !important;
}
.mb-md-8{
    margin-bottom: 4rem !important;
}

/*  Bootstrap Global Overrides */
.text-success {
    color: #8AB92B!important;
}
.text-danger {
    color: #FD5353!important;
}


body{
	background-color: #F7F7F7;
	font-family: 'Poppins', sans-serif;
	height: 100%;
}
h1, h2, h3, h1, h2, h3{
	margin:  0px;
	font-size: 16px;
}
ul, ol{
	padding: 0px !important;
	margin: 0px !important;
}
.container{
	max-width: 1100px;
}
.containers{
	max-width: 1024px;
	margin: 0 auto;
}
/*fonts*/
.font-11{
	font-size: 11px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.font-12{
	font-size: 12px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.font-14{
	font-size: 14px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.font-16{
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	font-family: 'Poppins', sans-serif;
}
.font-18{
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
}
.font-color-db {
	color: #3E6B95;
}
/* .font-color-db:hover {
	color: #fff ;
} */
.bg-green{
	background-color: #8AB92B;
}
.bg-red{
	background-color: #FF5353;
}
.bg-dark-blue{
	background-color: #3E6B95;
}
.bg-light-blue{
	background-color: #008CD1;
}
.bg-yellow{
	background-color: #FFD153;
}
.c-green{
	color: #8AB92B;
}
.c-yellow{
	color:  #FFD153 !important;
}
.fc-blue{
	color: #002343;
}
.c-dblue{
	color: #3E6B95;
}
.c-lblue{
	color: #008CD1;
}
.pointer{
	cursor: pointer;
}
.row{
	margin: 0px;
}
.logo{
	justify-content: space-between;
	/*width: 75%;*/
	margin: 0 auto;
	padding-bottom: 20px;
	margin-bottom: 35px;
}
.logo-img{
	width:  100px !important;
	height: 21.62px;
}
.logo a{
	padding: 0px;
	text-align: end;
}
g#Group_184 path {
    fill: #3e6b95;
}
.openbtn g#Group_184 path {
    fill: #fff;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 25px;
}
div#mySidebar ul li.new_notify a {
    position: relative;
}
div#mySidebar ul li.new_notify > a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFD153;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    transform: translateY(-50%);
}
div.sidebar.sidebar-opened {
    overflow-x: unset;
    transition: unset;
}
.sidebar a {
  padding: 8px 0 8px 32px;
  text-decoration: none;
  font-size: 14px;
  display: block;
  transition: 0.3s;
  margin-bottom: 5px;
  align-items: center;
}
.sidebar a:hover{
	color: #fff;
}
.collapse-list:hover p{
	color: #fff;
}
.collapse-list:hover svg, .collapse-list:hover svg *{
	fill: #fff;
}
.sidebar .closebtn {
  font-size: 16px;
  margin-left: 0px;
}
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #002343;
  color: white;
  padding: 00px 15px;
  border: none;
  height: 20px;
}
.openbtn svg{
    transform: rotate(180deg);
}
.dealerships-form-button.add-dealer{
	margin-left:  20px;
	z-index: 999;
}
.edit-form.new-user-form{
    margin: 0px 20px !important;
}
div#vehicle-type-wrapper {
    display: none;
}
select#user-type {
    height: 35px;
}


@media(max-width: 576px) {
.mobile_block {
    display: block !important;
    text-align: center;
}
.mobile_inline {
    display: inline-block !important;
    text-align: center;
}
.user_avatar {
    position: absolute;
    top: 25%;
    bottom: 25%;
    right: 0;
}
.hide_mobile {
	display: none;
}
button.openbtn {
    position: relative;
    z-index: 9999;
}
#dataTable{
	overflow-x: scroll;
	}
div#example_info{
	width:  100% !important;
	order:  3;
	}
div#example_length{
	width:  100% !important;
    }
div#example_paginate{
	width: 100% !important;
	}

}




.list-task-2:before{
	content: " ";
    margin-left: 10px;
    background-color: #FFD153;
    border-radius: 18px;
    color: #FFD153;
    width: 0px;
    height: 0px;
    font-size: 6px;
    padding: 1px 5px;
    position: relative;
    left: -5px;
    top: -4px;
}
#main {
  transition: margin-left .5s;
  margin-top: -25px;
  margin-left:  30px;
}
#main2 {
  transition: margin-left .5s;
}
.list-task::after{
	content: " ";
	margin-left: 10px;
	background-color: #FFD153;
	border-radius: 10px;
	color: transparent;
	width: 8px;
	height: 9px;
}

.collapse-list{
	justify-content: flex-start;
}
.active, .collapse-list a:hover, .collapse-list:hover{
	background-color: #3E6B95;
	fill: #fff !important;
	color: #fff !important;
}
a.active svg, a.active svg * {
    fill: #fff !important;
}
.collapse-list:hover a{
	color: #fff !important;
}

.collapse-list svg, .collapse-list svg * {
	width: 18px;
	margin-right: 10px;
	color: #fff;
	fill: #3E6B95;
}
.dash-main{
	background-color: #002343;
	min-height: 200px;
}
.settings svg{
	margin-right: 20px;
	margin-top: 5px;
}
#jd h3{
	text-decoration: none;
	background-color: #008CD1;
	padding: 8px;
	border-radius: 50%;
	font-weight: 400;
	font-size: 14px;
}
#jd h3 a{
	text-decoration: none;
	color: #fff;
}
.settings .dropdown-toggle{
	background-color: #002343;
	color: #fff;
	border: none;
	align-items: center;
	display: flex;
}
button#dropdownMenuButton2:hover{
	color: #fff;
}

.settings{
	top: 125%;
	left: 190px;
	background-color: #f7f7f7;
	color: #002343;
}
ul.settings li{
	margin: 05px;
}
ul.settings li a{
	/*background-color: #FFF;*/
	color: #008CD1;
	font-size: 14px;
}
ul.settings li a:hover{
	color: #fff;
	background-color: #008CD1 !important;
}
.clock-logo{
	margin-right: 10px;
	margin-top: 0px !important;
}
.dashboard-banner{

}
a#dropdownMenuLink{
	margin-right: 10px;
	margin-top: 5px;
}
button#dropdownMenuButton2 {
    color:#3E6B95
}

.add_sect.d-flex.align-center svg {
    fill: #3E6B95;
 }


.sidebar > li, .sidebar > ul {
    display: none;
    width: 0;
    transition: width 10s;
    overflow: hidden;
}

div.sidebar.sidebar-opened > ul,  div.sidebar.sidebar-opened > li {
    display: block;
    width: 100%;
}
.inner-section{
	background-color: #fff;
	border-radius: 12px;
	padding: 25px;
	box-shadow: 0px 18px 46px #0023431a;
}
.inner-section svg{
		padding: 14px 15px;
		border-radius: 12px;
		height: auto;
		width: 55px;
		fill: #fff;
}
.inner-img-1{
	background-color: #002343;
	height: 55px;
}
.inner-img-2{
	background-color: #8AB92B;
	height: 55px;
}
.inner-img-3{
	background-color: #FFD153;
	height: 55px;
}
.inner-img-4{
	background-color: #008CD1;
	height: 55px;
}
.inner-section h3{
	font-size: 14px;
	color: #002343;
	padding: 20px 10px 10px 0px;
	font-weight: 600;
	text-decoration: none;
}
.sec-inner-section h3 a{
	font-size: 18px;
	color: #002343;
	padding: 20px 10px 10px 0px;
	font-weight: 600;
	text-decoration: none;
}
.inner-section h2{
	font-size: 36px;
	color: #002343;
	font-weight: 600;
}
ul.inner-list-1 li{
	color: #8AB92B;
	list-style: none;
}
ul.inner-list-2 li{
	color: #FD5353;
	list-style: none;
}
ul.text-success li::before {
	background-color: #8AB92B!important;
	margin-right: 10px;
}
ul.text-danger li::before{
	background-color: #FD5353!important;
	margin-right: 10px;
}
.inner-section ul li{
	list-style: none;
}
.inner-section ul li::before {
  content: " ";
  border-radius: 50%;
  height: 10px;
  width: 10px;
  display: inline-block;
}

.sec-inner-section{
	border-radius: 15px;
	padding: 40px 10px 20px 10px;
	text-align: center;
	position: relative;
}

.sec-inner-section img{
  height: 90px;
	width: 91px;
  padding: 25px;
	margin-bottom: 25px;
	background-color: #002343;
	border-radius: 12px;
}
.sec-inner-section h3{
	font-size: 18px;
	font-weight: 600;
}
.what-do-you-want h2{
	padding: 27px 5px 13px 35px;
	line-height: 28px;
}
.inner-section ul li{
	font-size: 11px;
	padding-top: 8px;
	font-weight: 500;
}
.sec-inner-section svg{
	padding: 25px 25px;
    background-color: #002343;
    border-radius: 12px;
    height: auto;
    width: 90px;
    fill: #fff;
    margin-bottom: 25px;
    transform: scale(1);
    transition: all .1s ease-in-out;
}
.sec-inner-section:hover svg{
	transform: scale(1.025);
}
.sec-inner-section:hover {
    box-shadow: 0px 18px 46px #00234347;
}
.main-bg-color{
	background-color: #002343;
	padding-top: 25px;
	padding-bottom: 25px;
	vertical-align: top;

}
.dashNav.scrollTop{
	height: 60px;
	transition: 0.5s;
	padding-top: 10px;
	z-index: 9;
	position: fixed;
}
section.dashboard-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90px;
    background: #002343;
}
#main2{
	top:  10px;
	position: relative;
}

.dashNav{
	position: relative;
	top:  0;
	left: 0;
	width: 100%;
}
select#nav-dropdown{
	border:  none;
}
.add_sect{
	padding: 8px 10px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    transition: 0.3s;
    margin-bottom: 5px;
    align-items: center;
}
.add_sect:hover{
	    background-color: #3E6B95;
    fill: #fff !important;
}
.add_sect:hover svg{
	fill: #fff !important;
}
.add_sect:hover .dropdown button{
	color: #fff !important;
}
.settings .dropdown-toggle{
	color: #3E6B95;
}
ul.dropdown-menu.settings.show{
	/*left: -41px !important;*/
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  /*clip-path: polygon(72% 0, 86% 16%, 100% 16%, 99% 100%, 0 100%, 0 16%, 58% 16%) !important;*/
  inset: unset !important;
  transform: unset !important;
  right: -12px !important;
  top: 50px !important;
}
ul.dropdown-menu.settings.show:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 12px;
    z-index: -9;
    width: 30px;
    height: 30px;
    transform: matrix(0.71, 0.7, -0.71, 0.71, 0, 0);
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 3px;
    opacity: 1;
}
li.has-sub-menu:hover .dropdown.sub-menu, li.has-sub-menu:hover .dropdown-menu  {
    display: block !important;
}


.has-sub-menu .dropdown-menu li a.active {
    color: #fff !important;
    background: #008CD1 !important;
}
.has-sub-menu .dropdown-menu li a {
    color: #3E6B95 !important;
}
.has-sub-menu .dropdown-menu li:hover a {
    color: #fff !important;
    background: #008CD1 !important;
}
.has-sub-menu .dropdown-menu li:hover a {
    color: #fff !important;
}
/*li.has-sub-menu:hover {
    background: #fff;
    box-shadow: 0 0 11px 0px #22222224;
}
li.has-sub-menu:hover p, li.has-sub-menu:hover svg {
    color: #3E6B95 !important;
    fill: #3E6B95;
}*/
.dropdown.sub-menu {
    position: unset;
}
.dropdown-menu {
    min-width: unset !important;
    z-index: 999;
    left: 65%;
    background: #fff;
    color: #3E6B95;
    border: none;
    box-shadow: 0 0 20px 0px #22222252;
}
@media screen and (max-height: 450px) {
  .sidebar {
  	padding-top: 15px;
  }
  .sidebar a {
  	font-size: 18px;
  }
  .inner-section{
  	width: 100%;
  }
}
@media screen and (max-width: 450px) {
	  .inner-section{
  	width: 100%;
  }
}



/* Welcome page */


body{
	font-family: 'Poppins', sans-serif;
	height: 100%;
}
.main{
}
.keep-track{
	display: flex;
	align-items: center;
}
.keep-track-img{
	padding-top: 100px;
}
.keep-track-img svg{
	max-width: 100%;
}
.row{
	margin: 0px;
}
.container{
	max-width: 1150px;
	margin: 0 auto;
}
.font-25{
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
}
.font-25-line-30 {
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
}
.font-14{
 	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.font-600{
	font-weight: 600 !important;
}
.welcome h2 p{
	color: #002343;
}
.driving-it-welcome{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.driving-it-inner{
	padding-top: 200px;
}
.driving-it-inner svg{
	width: 215px;
	height: 45px;
}
.welcome-inputs input {
	margin: 10px 0px;
	border-radius: 10px;
	border: 1px solid  #cdcccc;
	padding: 12px 14px;
	font-size: 14px;
	width: 100%;
}
.welcome-inputs input:focus{
	border: 1px solid #f7f7f7 !important;

}
.welcome-button button{
	border: 0px;
	padding: 10px 10px;
	border-radius: 10px;
}
.remember{
	margin-left: 10px;
	width: 45%;
}
.f_pasword a{
	color: #002343;
	text-decoration: none;
	width: 30%;
}
.check{
	width: 60%;
	display: flex;
}
.check input{
	    width: 17px;
    height: 17px;
}
p.f_pasword{
	margin-bottom: 0px;
}
.bg-blue{
	background-color: #008CD1;
}
.copyrights{
	color: #A8A8A8;
	margin-left: -170px;
	padding: 50px 0px;

}
.btn-primary {
	background-color: #008CD1;
}
.btn-primary:hover {
	background-color:  #008CD1;
}

.btn-check:focus+.btn-primary, .btn-primary:focus{
	box-shadow:  unset !important;
	border: unset !important;
}










@media only screen and (max-width: 768px) {
	.copyrights{
		margin-left: -115px;
	}
		div#example_filter{
		margin-top: 0px !important;
	}

}

@media only screen and (max-width: 425px) {
  .driving-it-welcome{
  	order: 2;
  	padding-top: 50px;
  }
  .driving-it-inner{
  	padding-top: 50px;
  }
  .keep-track{
  	order: 1;
  }
  .copyrights{
  	padding-top: 50px;
  	margin-left: -145px;
  }
  	div#example_length{
		text-align: center !important;
	}

}

/* welcome page */

body{
	font-family: 'Poppins', sans-serif;
	height: 100%;
}
.main{
}
.keep-track{
	display: flex;
	align-items: center;
}
.keep-track-img{
	padding-top: 100px;
}
.keep-track-img svg{
	max-width: 100%;
}
.row{
	margin: 0px;
}
.container{
	max-width: 1150px;
	margin: 0 auto;
}
.font-25{
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
}
.fw-600{
	font-weight: 600;
	font-size: 14px;
}
.font-14{
 	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.welcome h2 p{
	color: #002343;
}
.driving-it-welcome{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.driving-it-inner{
	padding-top: 200px;
}
.driving-it-inner svg{
	width: 215px;
	height: 45px;
}
.welcome-inputs input {
	margin: 10px 0px;
	border-radius: 10px;
	border: 1px solid  #cdcccc;
	padding: 12px 14px;
	font-size: 14px;
	width: 100%;
}
.welcome-inputs input:focus{
	border: 1px solid #f7f7f7 !important;

}
.welcome-button button{
	border: 0px;
	padding: 10px 10px;
	border-radius: 10px;
}
.remember{
	margin-left: 10px;
	width: 45%;
	color: #002343;
}
.f_pasword a{
	color: #002343;
	text-decoration: none;
	width: 30%;
}
.check{
	width: 60%;
}
.bg-blue{
	background-color: #008CD1;
}
.copyrights{
	color: #A8A8A8;
	margin-left: -170px;
	padding: 50px 0px;

}
@media only screen and (max-width: 768px) {
	.copyrights{
		margin-left: -115px;
	}
}

@media only screen and (max-width: 425px) {
  .driving-it-welcome{
  	order: 2;
  	padding-top: 50px;
  }
  .driving-it-inner{
  	padding-top: 50px;
  }
  .keep-track{
  	order: 1;
  }
  .copyrights{
  	padding-top: 50px;
  	margin-left: -145px;
  }
}



/* vehicles dealdership page css */


a.paginate_button {
    color: #3E6B95
}
.card_deal{
  margin-top: 150px;
  padding-top: 50px;
}
#myHeader,#main_drive{
  transition: margin-left .7s;
}
select#slct {
	appearance: none;
	outline: 0;
	cursor: pointer;
	padding: 0px 30px;
	color: #3E6B95;
    border-radius: 5px;
    border: 1px solid #3E6B95;
    width: 100%;
    height: 100%;
}
.select-option{
	background-color: transparent !important;
	padding: 50px !important;
	margin: 5px !important;
	border-radius: 10px !important;
	border: 1px solid #000 !important;

}
select#slct .select-option:hover{
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid red;
	padding: 5px;
	margin: 5px;
}

div#searchQueryInput {
    border: 1px solid #3E6B95;
    border-radius: 16px;
    align-items : center;
    width: 68%;
    color: #3E6B95;
}
Select#slct option{
  	border: 1px solid #3E6B95;
	border-radius: 5px;
 }
Select#slct option:hover{
	border: 1px solid #3E6B95;
	border-radius: 5px;
	background-color: #ffffff00 !important;
}
.select-dealer {
    position: relative;
    display: block;
    width: 18em;
    height: 40px;
    overflow: hidden;
    top: 3px;
    padding: 5px;
    background-color: transparent;

  }
.select-dealer:before {
    content: '';
    background-image: url(fi-rr-angle-small-left.svg);
    position: absolute;
    background-repeat: no-repeat;
    top: 18px;
    left: 13px;
	padding: 5px;
}
.all-stock{
	padding: 20px 0px;
    align-items: center;
    box-shadow: 0px 18px 46px #0023431a;
    border-radius: 17px;
}
td{
	padding: 15px 0px !important;
}
thead.dealership-dataTable {
    height: 53px;
    box-shadow: 0px 18px 46px #0023431A;
    border-radius:  17px;
}
div#example_filter {
    display: inline-block;
    float: right;
    overflow: hidden;
    margin-top: -50px;
}
a#example_previous,
a.paginate_button.current,
a#example_next{
	padding: 0px 10px;
	cursor: pointer;
	color: #3E6B95;
	text-decoration: none;
}
a.hover_link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
div#example_paginate{
	float: right;
	overflow: hidden;
}
div#example_wrapper{
    display: inline-block;
    width: 100%;

}
div#example_length{
	display: inline-block;
}
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting:after{
	display: none;
}
div#example_info{
	display: inline-block;
	color: #3E6B95;
}

tr th.sorting_asc {
    padding-left: 20px !important;
}
/*tbody::before{
    content: "";
    height: 30px;
    color: #fff;
    width: 100%;
    display: block;
}*/
.text-right{
    text-align: right;
}
tbody tr .sorting_1{
    padding-left: 20px !important;
}
div.dataTables_wrapper div.dataTables_filter label{
	text-align: right;
}
input[type="search"]{
	max-width: 75%;
	border-radius: 25px;
	border: 1px solid #3E6B95;
	color: #3E6B95;
	padding: 5px 20px;
}
div.dataTables_wrapper div.dataTables_length select{
	width: 45px;
}
div#example_length label {
    font-size: 12px;
    color: #3E6B95;
    font-weight: 600;
}
div#example_length label select{
    font-size: 12px;
    font-weight: 600;
    color: #3E6B95;
    border: none;
    background-color: transparent;
}




/* vehicles form */


.v-form{
	/*background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 18px 46px #0023431A;
	border-radius: 	17px;
	max-width: 550px;*/
}
label.font-14.font-color-db{

}
input#fuel-type:hover,
textarea#description:hover,
label.font-14.font-color-db:hover {
    color: #3E6B95;
}
input.form-control{
	border: 1px solid #3E6B95;
	border-radius: 5px;
}
input.form-control::placeholder{
    color: #3E6B95;
}
.textarea{
    height: 130px;
}
.textarea:hover{
    color: #3E6B95;
}
.d-button{
	border-radius: 17px;
	padding: 4px 18px;
	margin-left: 10px;
}
.close-button {
    text-align: end !important;
    margin-top: 20px;
}
.form-close-button{
	border-radius: 14px;
	color:  #fff;
	padding: 4px 16px;
}
.form-close-button:hover{
	color:  #fff;
}
.dealers-from{
    background: #002343d1;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
}
.dealership-forms{
    /*position: absolute;
    top: 50%;
    left: 35%;
    transform: translateY(-50%);
    display: flex;*/
}


/* edit dealership's page */

.completed{
	font-weight: 600;
    color: #8AB92B;
    position: relative;
}
.completed::before{
	content: "";
    background-color: #8AB92B;
    border-radius: 20px;
    margin-right: 5px;
    padding: 5px;
    position: relative;
    height: 10px !important;
    position: absolute;
    left: -15px;
    top: 20px;

}
.remove{
	font-weight: 600;
    color: #FF5353;
    position: relative;
}
.remove::before{
	content: "";
    background-color: #FF5353;
    border-radius: 20px;
    margin-right: 5px;
    padding: 5px;
    position: relative;
    height: 10px !important;
    position: absolute;
    left: -15px;
    top: 20px;

}
.update{
	font-weight: 600;
    color: #FFD153;
    position: relative;
}
.update::before{
	content: "";
    background-color: #FFD153;
    border-radius: 20px;
    margin-right: 5px;
    padding: 5px;
    position: relative;
    height: 10px !important;
    position: absolute;
    left: -15px;
    top: 20px;

}
.task_b {
    border-radius: 14px;
    padding: 1px 11px;
}
.edit-search input{
	border: 1px solid #3E6B95;
	border-radius: 16px;
	padding: 5px 20px;
	position: relative;

}
.edit-search input::placeholder{
	padding-left:  30px;
}
.fa-magnifying-glass:before, .fa-search:before{
	position: relative;
	left: 25px;
}

.edit-dealership-form{
	padding: 30px 0px;
}
.form-header{
	padding-bottom: 15px;
}
.form-header h2{
	padding-left: 20px;
}
.edit-form{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 18px 46px #0023431A;
	border-radius: 17px;
}

#province,
#vehicle-type,
#status, .select-item {
	padding: 6px 12px;
	border:  1px solid #3E6B95;
	border-radius: 5px;
}


/* task form */

.h-paradise{
	border-radius: 14px;
	color: #fff;
}
.form-title, .d-photos {
    padding: 1px 9px;
}
/*form.task-form{
	padding: 10px !important;
	display: flex;
    height: 100%;
}*/
form.dealership-forms > .container {
    background: #FFFFFF;
    border-radius: 17px;
    max-width: 550px;
    padding: 15px !important;
    position: relative;
}
#Dealer-form .dealership-forms {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
/*.v-form.task-form {
    padding: 0 !important;
}*/
div#Dealer-form {}

div#Dealer-form .dealership-overloay-background {
  scrollbar-width: thin;
  scrollbar-color: 8ab92b;
}

/* Works on Chrome, Edge, and Safari */
div#Dealer-form .dealership-overloay-background::-webkit-scrollbar {
  width: 3px;
}

div#Dealer-form .dealership-overloay-background::-webkit-scrollbar-thumb {
  background-color: #8ab92b;
  border-radius: 20px;
}


button.btn.btn-primary.h-paradise.font-12{
        padding: 4px 83px;
}
button.btn.bg-green.form-button{
    margin-top: 25px;
}

/* -------- Dealership Page ---------- */
.dealerships-form-button a {
    color: #fff;
    text-decoration: none;
}
tbody.dealership-table-content {
    box-shadow: 0px 18px 46px #0023431a;
    border-radius: 17px;
}
button.btn.btn-primary.task_b.font-12 {
    padding: 02px 12px;
}
tbody {
    position: relative;
    top: 17px;
    box-shadow: 0px 18px 46px #0023431A;
    border-radius: 17px;
}
tbody::before {
    display: none;
}
.dataTables_info {
    position: relative;
    z-index: 9;
    padding-left: 20px;
    padding-top: 30px !important;
    padding-bottom: 10px;
}
.dataTables_paginate.paging_simple_numbers {
    position: relative;
    z-index: 9;
    padding-right: 20px;
    padding-top: 30px !important;
    padding-bottom: 10px;
}
.dataTables_wrapper {
    position: relative;
}
.dataTables_wrapper:after {
    content: '';
    background-color: #f7f7f7;
    height: 70px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0 0 17px 17px;
    box-shadow: 0px 55px 70px #0023431a;
    border-left: 2px solid #f1f1f2;
    border-right: 2px solid #f1f1f2;
}
@media screen (max-width: 600px;){
	#dataTable{
		overflow-x: scroll !important;
	}
}
.paginate_button{
	cursor: pointer;
}
a.paginate_button{
	padding: 0px 4px;
	text-decoration: none;
	cursor: pointer;
}
a.paginate_button.current{
	text-decoration: underline !important;
}
button.btn.text-white.bg-light-blue.rounded-pill.pr-3.dealerships-form-button {
    padding: 1px 24px;
}
button.font-12.btn.text-white.bg-light-blue.rounded-pill.pr-3.dealerships-form-button {
    padding: 4px 27px;
}

button.font-12.btn.text-white.bg-green.rounded-pill.dealerships-form-button {
    padding: 4px 18px;
}
div#example_wrapper {
    display: flex;
    flex-wrap: wrap;
}
div#example_info {
    order: 3;
    width: 50%;
}
div#example_paginate {
    order: 5;
    width: 30%;
}
div#example_length {
    order: 4;
    z-index: 4;
    width: 20%;
    padding-top: 30px;
    text-align: end;
}
div#example_filter {
    order: 0;
    width: 100%;
}
div#example_filter label {
    font-size: 0;
}
div#example_filter label input {
    font-size: 16px;
    width: 170px;
    background-color: #f7f7f7;
    outline: 0;
    padding: 0px 15px 0px 15px;
    color: #3E6B95;
    border-radius: 16px;
    border: 1px solid #3E6B95;
    width: 100%;
    height: 100%;
    /* margin-top: 10px; */
}
.dealership-vehicles .col-md-5 .select-dealer > select {
	background-color: #f7f7f7;
}
.dealership-vehicles .col-md-5 {
	z-index: 4;
}
.dealership-overloay-background {
    background: transparent;
    position: fixed;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    left: 50%;
    right: unset;
    overflow-y: auto;
    height: 100vh;
    z-index: 9999999;
    overflow: auto;
}
.edit-search input {
	font-size: 16px;
    width: 170px;
    background-color: #f7f7f7;
    outline: 0;
    padding: 0px 15px 0px 15px;
    color: #3E6B95;
    border-radius: 16px;
    border: 1px solid #3E6B95;
    height: 100%;
    margin-top: 10px;
    float: right;
}
.local-search{
	display: none;
}
/*.dealer-vehicles-section:before{
    content: "";
    background-color: #000000b8;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
}*/
