a:hover{
	text-decoration: none;
}
.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover{
	transform: 0.3s;
}
.sidebar-dark .nav-item .nav-link:hover i{
	transform: 0.3s;
}
ul.navbar-nav.bg-gradient-primary.sidebar.sidebar-dark.accordion.custom_sidebar>a{
	background: #fff;
}
ul.navbar-nav.bg-gradient-primary.sidebar.sidebar-dark.accordion.custom_sidebar{
	background-image: linear-gradient(261deg,#f69b00,#ed6a00);
}
.custom_checkbox{
	cursor: pointer;
}
.custom_checkbox label.custom-control-label {
	font-size: 0px;
}
.custom_checkbox .custom-control-label::before{
	width: 1.4rem;
	height: 1.4rem;
}
.custom_checkbox .custom-control-label::after{
	width: 1.4rem; 
	height: 1.4rem;
}
.custom_checkbox .custom-control-input:checked~.custom-control-label::before{
	border-color: rgba(255, 255, 255, 0);
	background-image: linear-gradient(261deg,#f69b00,#ed6a00);
}
ul.pagination .page-item.active .page-link{
	border-color: rgba(255, 255, 255, 0);
	background-image: linear-gradient(261deg,#f69b00,#ed6a00);

}
.edit_brand .modal-header{
	border-bottom: none;
}
.edit_brand .modal-header h4{
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #0e2539;
}
.edit_brand button.close {
	position: absolute;
	top: 37px;
	right: 30px;
	width: 30px;
	height: 30px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
	border-radius: 50%;
	font-size: 22px;
	line-height: 0px;
	opacity: 1;
	display: flex;
	justify-content: center;
	outline: none;
}

.edit_brand .check_out.contact_us{
	background: none;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
}
.edit_brand .modal-body{
	padding: 1.8rem 3rem;
}
.edit_brand .custom_inputtext label{
	font-size: 14px;
	margin-bottom: 10px;
	color: #0e2539;
	font-weight: 400;
}
.edit_brand .check_out .custom_inputtext input{
	width: 100%;
	border: 1px solid #f4f4f4;
	margin-bottom: 14px;
	border-radius: 30px;
	padding: 10px 16px;
	outline: none;
	color: #747474;
}
input[type="date"]::placeholder{
	color: #747474;
}
.edit_brand .modal-body{
	padding: 1rem 2rem;
}
.edit_brand .modal-dialog{
	max-width: 500px;
}
.edit_brand .modal{
	background: rgba(0, 0, 0, 0.31);
}
.edit_brand .modal-content{
	border: none;
}
.theme_btn{
	display: inline-block;
	max-width: 160px;
	width: 100%;
	padding: 0;
	text-align: center;
	border-radius: 30px;
	line-height: 38px;
	background-image: linear-gradient(261deg,#f69b00,#ed6a00);
	color: #fff;
	border: none;
	position: relative;
	transition: 0.3s;
}
.theme_btn:hover {
	background-image: linear-gradient(261deg,#ed6a00,#f69b00 );
	transition: 0.3s;
	color: #fff;
}
.theme_btn:focus{
	outline: none ;
}
.disable_btn
{
	pointer-events: none;
    background-image: linear-gradient(261deg,#b1a084,#54473c);
}
.brand_model select {
	width: 100%;
	background: #fff;
	-webkit-appearance: none;
	padding: 10px 16px;
	border: 1px solid #f4f4f4;
	background-image: url('../img/down-arrow.svg');
	background-repeat: no-repeat;
	background-position: 94% 54%;
	outline: none;
	cursor: pointer;
	color: #858796;
	border-radius: 30px;
	margin-bottom: 14px;
}
div#dataTable_wrapper select.custom-select.custom-select-sm.form-control.form-control-sm{
	border-color: unset;
	box-shadow: unset;
}
td p.customer_comment {
	max-width: 180px;
	margin-bottom: 0;
}
.customer_img{
	width: 120px;
	height: 80px;
	border-radius: 4px;
}
.customer_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.edit_brand.edit_brand_check_box .custom_inputtext .custom_checkbox .custom-control.custom-checkbox.mb-3 label {
	margin-bottom: 0;
	padding-left: 10px;
	cursor: pointer;
	user-select: none;
}
.edit_brand.edit_brand_check_box .custom_checkbox .custom-control-label::before,.edit_brand.edit_brand_check_box .custom_checkbox .custom-control-label::after{
	top: 0;
}
.upload_img {
	width: 120px;
	height: 100px;
	border-radius: 4px;
}
.upload_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
a.theme_btn.theme_btn_max {
	max-width: 200px;
}
.sub_mit_btn.text-center {
    margin-top: 20px;
}
.car_detail_tab {
    padding: 0px 0px;
}
.car_detail_tab ul.nav.nav-tabs {
	border-bottom: none;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}
.car_detail_tab ul.nav.nav-tabs li{
	display: inline-block;
	margin-right: 5px;
	white-space: nowrap;
}
.car_detail_tab ul.nav.nav-tabs li a{
	display: inline-block;
	border-radius: 0px;
    border: 1px solid rgba(0,0,0,.05);
    font-size: 13px;
    color: rgba(6,6,6,.6);
    line-height: 38px;
    padding: 0px 26px;
    transition: 0.4s;
}
.car_detail_tab ul.nav.nav-tabs li a.active,.car_detail_tab ul.nav.nav-tabs li a:hover{
	background-image: linear-gradient(261deg,#f69b00,#ed6a00);
	color: #fff;
	transition: 0.4s;
}
.car_detail_tab ul.nav.nav-tabs::-webkit-scrollbar {
	width: 10px;
	height: 0px;
}
.car_detail_tab .card-body {
    padding: 1.25rem 0;
}
.car_detail_tab .card-header{
	padding: .75rem 0;
	background: #fff;
	border-bottom: none;
}
.table-responsive.table_exteriors table thead tr th {
    min-width: 140px ;
}
a.theme_btn.min_btn_theme {
    max-width: unset;
    min-width: 216px;
    width: unset;
    padding: 0px 10px;
}
.container.mt-3.edit_brand.edit_brand_check_box.add_car_details .modal-body {
    padding: 1rem 1rem;
}
.container.mt-3.edit_brand.edit_brand_check_box.add_car_details .modal-dialog{
	max-width: 1200px;
}
.container.mt-3.edit_brand.edit_brand_check_box.add_car_details .check_out.contact_us{
	padding: 20px 30px;
}
.header-cname
{
	font-size: 30px;
    color: #ef7200;
    text-align: center;
    width: 100%;
    text-shadow: 2px 0px #07598c;
}

#country-list {
    float: left;
    list-style: none;
    margin-top: -3px;
    padding: 0;
    width: 100%;
    position: absolute;
	z-index:99;
}

#country-list li {
    padding: 10px;
    background: #c7f1be;
    border-bottom: #c8ced1 1px solid;
	line-height: 1.45;
	font-size: 11px;
	color: #454444;
}
#country-list li:hover
{
	background: #3d5537;
	color:#fff;
}
