:root {--secthemecolor:#db4544;}
:root {--themecolor:#db4544;}
:root {--themecolor2:#000;}
:root {--textcolor:#db4544;}
.input-group-text{
	color: #000 !important;
	background-color: #efefef !important;
	border:none !important;
	border-radius: 0px !important;
	height: 41px !important;
	max-height: 41px !important;
	font-size: 1.1rem !important;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    color: #000;
}

.back-button a, .back-button a:hover, .back-button a:active{
    color: var(--themecolor) !important;
}

.icon-wrapper, .single-setting-panel a .icon-wrapper{
	 background-color: var(--themecolor) !important;
	 color: #000 !important;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    color: #000;
}
.r_type{
	color: #000 !important;
	margin:0px !important;
	padding:0px !important;
}
.r_des{
	font-size:0.8rem !important;
	margin:0px !important;
	padding:0px !important;
}

.user-info-card .user-profile::after{
    font-family: "FontAwesome";
	color:#000 !important;
	display: none !important;
}

.user-info-card .user-profile form .form-control{
	background-color: var(--themecolor) !important;
	width: 30px !important;
    min-height: 30px !important;
    display: none !important;
}
.user-profile .me-3 img{
	width:80px !important; height:80px !important; max-width:80px !important; max-height:80px !important;
}
.sidenav-nav li a{
	color:#000 !important;
}
.sidenav-nav li a:hover{
	color: var(--themecolor) !important;
}
.copyright-info p{
	color: #000 !important;
}
.form-check-input:checked{
	background-color: var(--themecolor) !important;
	border-color: var(--themecolor) !important;
}
/* ######### Added*/

.c_black{
	color:#000 !important;
}

.submit_btn{
	background-color: var(--themecolor) !important;
	color:#fff !important;
}

.page-content-wrapper, .header-area, .footer-nav ul, .card{
	background-color:#fff !important;
}
.footer-nav ul {
	border-top: 1px solid #ebebeb;
	box-shadow: 4px 4px 12px rgba(13, 39, 80, 0.25);
}
.form-control.form-control-clicked {
    background-color: #fff !important;
    border: none;
    border-color: none;
    color: #000 !important;
}

input.form-control {
    background-color: #fff !important;
}

/* #######end e8eaec added*/

.truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.one-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.two-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.three-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}


#j_cont {
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-y: scroll; 
}

#j_cont::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}
		
[data-theme="dark"] body .header-content.header-style-five .navbar--toggler, .header-content.header-style-five .navbar--toggler{
	border:none !important;
	border-color:none !important;
}

.header-area {
	/*background-color: #e8eaec;
	background-color: #fff !important;
	*/
	height: 70px !important;
}
.header-content {
	height: 70px !important;
}
.header-content .logo-wrapper a img{
	max-height: 36px !important;
}
#map {
  height: 100%;
}

.footer-nav-area{
	border-top: 0px !important;
	box-shadow:0px !important;
}
.footer-nav-area, .footer-nav ul{
	/*background-color: #fff  !important;*/
}

.j_h_btn{
	background-color: var(--themecolor)  !important;
	color: #fff  !important;
}

.j_h_btn:hover{
	background-color: var(--themecolor)  !important;
	color: #000  !important;
}

[data-theme="dark"] body .j_h_btn{
	border-color: #fff  !important;
	background-color: #fff  !important;
	color: #fff  !important;
}



.j_h_btn_w{
	border-bottom:1px solid var(--themecolor);
}

.j_h_btn_w:hover{
	border-bottom:1px solid #000;
}

[data-theme="dark"] body .j_h_btn_w{
	border-bottom:1px solid #000;
}

.border_right{
	border-right:1px solid var(--themecolor);
}

[data-theme="dark"] body .border_right{
	border-right:1px solid #000;
}


.text_color{
	color: var(--themecolor);
}

[data-theme="dark"] body .text_color{
	color: #000;
}




.sidenav-nav li a i {
    margin-right: 1rem;
}

.d_online{
	margin:0px; padding:0px; width:130px; padding:0px; height:30px; padding-top:3px; padding-left:10px; padding-right:10px;  border-radius:10px; background-color: var(--themecolor); color:#fff; font-weight:700;
}

[data-theme="dark"] body .d_online{
	margin:0px; padding:0px; width:130px; padding:0px; height:30px; padding-top:3px; padding-left:10px; padding-right:10px;  border-radius:10px; background-color: #fff; color:#000; font-weight:700;
}


.d_online_name{
	margin:0px; padding:0px; width:200px; font-size:0.8rem; color:#000;
}

[data-theme="dark"] body .d_online_name{
	margin:0px; padding:0px; width:200px; font-size:0.8rem; color:#fff;
}

.j_hr{
	height:2px; background-color: var(--themecolor); margin-left:20px; margin-right:20px; padding-top:0px;
}

[data-theme="dark"] body .j_hr{
	height:2px; background-color: #fff; margin-left:20px; margin-right:20px; padding-top:0px;
}

/*8480ae*/
.footer-nav ul li a, .footer-nav ul li a span{
	color:#000 !important;
}
[data-theme="dark"] body .footer-nav ul li a, .footer-nav ul li a span{
	color:#efefef !important;
}



.footer-nav ul li a span{
	color:#000 !important;
}

[data-theme="dark"] body .footer-nav ul li a span{
	color:#fff !important;
}








.footer-nav ul li.active a, .footer-nav ul li.active a span{
	color: var(--themecolor) !important;
}
[data-theme="dark"] body .footer-nav ul li.active a, .footer-nav ul li.active a span{
	color:#efefef !important;
}



.footer-nav ul li.active a span{
	color: var(--themecolor) !important;
}

[data-theme="dark"] body .footer-nav ul li.active a span{
	color:#fff !important;
}







.sidenav-profile {
	background-color: var(--themecolor) !important;
}

[data-theme="dark"] body .sidenav-profile {
	background-color: #000 !important;
}

.user-name {
	color: #fff !important;
}

[data-theme="dark"] body .user-name {
	color: #8480ae !important;
}

.user-info span {
	color: #fff !important;
}

[data-theme="dark"] body .user-info span {
	color: #8480ae !important;
}

#sidenavWrapper {
	background-color:#fff  !important;
}

[data-theme="dark"] body #sidenavWrapper {
	background-color:#000  !important;
}
.footer-nav-area{
	height:auto !important;
}
.footer-nav{
	position: fixed !important; 
	bottom:0 !important; right:0 !important; 
}



/*autocomplete #########################################################3*/
/*
.autocomplete {
position: relative;
display: inline-block;
}

.autocomplete-items {
position: absolute;
border-top: 1px solid #d4d4d4;
border-bottom: none;
border-top: none;
min-height:100px;
max-height:350px;
vertical-align:top;
overflow:auto; overflow-y: auto; direction: ltr; scrollbar-color: #e1e1e1 #fff; scrollbar-width: none;
margin-left: 15px;
margin-right: 15px;
z-index: 99;
 top: 42px;
left: 0;
right: 0;
}

.autocomplete-items div {
padding: 10px;
cursor: pointer;
background-color: #fff; 
border-bottom: 1px solid #d4d4d4; 
}

 .autocomplete-items div:hover {
background-color: #e9e9e9; 
}

 .autocomplete-active {
background-color: DodgerBlue !important; 
color: #ffffff; 
}
*/






/*autocomplete #########################################################3*/

.autocomplete {
position: relative;
display: inline-block;
}

.autocomplete-items {
position: absolute;
/* border: 1px solid #d4d4d4;*/
border-top: 1px solid #d4d4d4;
border-bottom: none;
border-top: none;
min-height:100px;
max-height:350px;
vertical-align:top;
overflow:auto; overflow-y: auto; direction: ltr; scrollbar-color: #e1e1e1 #fff; scrollbar-width: none;
margin-left: 15px;
margin-right: 15px;
z-index: 99;
/*position the autocomplete items to be the same width as the container:*/
top: 2px;
left: 0;
right: 0;
}

.autocomplete-items div {
padding: 10px;
cursor: pointer;
background-color: #fff; 
border-bottom: 2px solid #d4d4d4; 
font-weight:600;
}


/*when hovering an item:*/
.autocomplete-items div:hover {
background-color: #e9e9e9 !important; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
background-color: DodgerBlue !important; 
color: #ffffff; 
}


.loader_icon{
  color:#000; font-size:16px; display:inline-block !important
}
							
 