:root {
   --color_gray:#f7f7f7;	
}
.pointer{
	cursor: pointer;
}
.blue_icon{ color: #0060c1!important;}
.mm-r-2{margin-right:2px}
.desktop_hide{
	display:none;
}
.desktop_show{
	display:block;
}
.list-menuagent.hu-menu-vis {
	z-index: 11;
}
.box_li_phone{
	width: 30%;
}
.box_li_name{
	width: 40%;
}
.box-scroll{
overflow-y: scroll;
overflow-x: hidden;
height: 515px;
}
.swal2-icon{
    font-size: 15px!important;
}
.swal2-popup .swal2-styled {
    margin: 1px 5px 0!important;
}
.formerror_message2{ 
    position: absolute;
    right: 0px;
    bottom: -13px;
    color: #ef0000;
    font-size: 0.7em;
}
.pad_right-20{
	padding-right:20px;
}
.select_period_span{
		padding-left: 0.5em;
		font-size: 13px;
		color: #c3c8cc;
	}
.select_period_date_span{
	padding-left:10em;
	font-size: 13px;
	color: #c3c8cc;
}
.calender-postion_dasboard{
	padding: 9px;
	margin-left: 15px;
    border-radius: 43%;
    font-size: medium;
	color:#8a8a8a;
}
.btn_background{
background:var(--color_gray)!important;
}

.form-body-pad{
	padding: 0.75rem;
}
.model-head-title2{
	/*padding-left: 5em;*/
	color: #0e4795;
}
/*.admin-form-input{
	background:var(--color_gray);
	padding: 0.5em 1em;
    border-radius: 2em;
    border: none;
    outline: none;
}
.admin-form-textarea {
    background: var(--color_gray);
}*/

.display_showw{
	display: block!important;
}
.display_flex{
	display: flex;
}
.middle_body{
	padding: 10px;
    background: #fff;
    position: relative;
	border-radius: 10px 10px 0px 0px;
    margin-bottom: 0.4em;
}

.box-list-design{
	padding: 10px;
    background: #fff;
    position: relative;
    margin-bottom: 0.4em;
}
.box-section-listt{
	position: relative;
}
.box-active-section{
	position: absolute;
    right: 0;
    top: 0;
}
.box-title3{
	padding-left: 22px;
}
.box-icon-delete{
	position: absolute;
    right: 11px;
    top: -4px;
	color: hsl(0deg 96% 67%);
}
.box-icon-edit{
	position: absolute;
    right: 57px;
    top: -4px;
	color: #0d6efd;
}
.gray-color-head{
	color: hsl(240deg 5% 43%);
}
.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}
.box-padding{
	padding: 10px 10px;
	margin-bottom: 0!important;
}
.box-address{
	font-size: 16px;
}
/* active blink status */
.server-status {
  left: 2px;
  top: 20px;
  margin-left: 10px;
  margin-top: -5px;
  position: absolute;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.server-status::before,
.server-status::after {
  left: 0;
  top: 50%;
  margin-left: -1px;
  margin-top: -6px;
  position: absolute;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.server-status[type="up"],
.server-status[type="up"]::before,
.server-status[type="up"]::after {
  background: #2ECC71;
}
.server-status[type="down"],
.server-status[type="down"]::before,
.server-status[type="down"]::after {
  background: #E74C3C;
}
.server-status[type="slow"],
.server-status[type="slow"]::before,
.server-status[type="slow"]::after {
  background: #F1C40F;
}

.server-status::before {
  content: "";
  animation: bounce 1.5s infinite;
}
.server-status::after {
  content: "";
  animation: bounce 1.5s -0.4s infinite;
}

@keyframes bounce {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes bounce {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

/*-----braches css-----*/
/*-----status------*/
.color_input{
	height: 2.4rem;
}
.span_gray{
	color: #9b9fa3;
}
.status_title{
	font-weight: 600!important;
}
.status_colorr{
	width: 30px;
    height: 30px;
    position: absolute;
    top: 45px;
    right: 5px;
    border-radius: 50%;
}

.box-status-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 519px;
}




/*-----status------*/
/* ----whats app------*/
.template_btn li button{    
    border: 0;
    font-size: 0.9em;
    padding: 0.4em 0.8em;
	border-radius: 20px;
}
.template_btn li button:Hover{
	border: 0;
    font-size: 0.9em;
    padding: 0.4em 0.8em;
	background: linear-gradient(90.17deg, #0E74D9 8.73%, #004F9E 90.53%);
    border-radius: 20px;
    color: white;
}
.template_btn-active{
	border: 0;
    font-size: 0.9em;
    padding: 0.4em 0.8em;
	background: linear-gradient(90.17deg, #0E74D9 8.73%, #004F9E 90.53%);
    border-radius: 20px;
    color: white;
}
.template_btn li{
	padding-right: 0.5em;
}
/* ----whats app end------*/
/*----user-----*/
.permissionchip.ac {
    background: #a1ff89;
    border: 1px solid #a1ff89;
    color: #525252;
}
.permissionchip {
    margin-left: 0.2em;
    border: 1px solid #333;
    border-radius: 0.8em;
    padding: 0.2em 0.6em;
    font-size: 0.8em;
    cursor: pointer;
}
.user_action{
padding-top: 6px;
}
.dp_show{
display:block;
}

.error_show{
    /*float: right;*/
    right: 0px;
    color: #ef0000;
    font-size: 0.7em;
}

.user_permissions2{
	padding-top: 9px!important;
    margin-bottom: 10px!important;
}
.user_box_li_phone{
    width: 45%;
}
/*-----user-----*/
.mandatory_head_text{
    float: right!important;
    font-size: 10px;
}
.estrick{
	color: #ef0000;
}
/*---product*/
.product-image_position{
    position: absolute;
    top: 30px;
    right: 13px;
    
	}
.product-image_position img{
    border-radius: 22%;
	width:50px;
	height:50px;
	}
.add_branch_span{
	padding-left: 0.5em;
    padding-top: 0.4em;
    font-size: 16px;
    font-weight: 600;
    color: #686873;
}
.add_button_branches{
	background: transparent;
    border: none;
	color: #000000;
    padding-left: 11px;
}
.whatspp_boxx p,.whatspp_boxx ul li{
	color: #9b9fa3;
}
.fa-message:before{content:"\f27a"}
.notification_count{
	content: attr(data-count);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-items: center;
    position: absolute;
    top: 1px;
    right: -9px;
    font-weight: 400;
    font-size: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #FC5A5A;
    color: #fff;
    
}
.lead_edit_img_icon{
	color: #5FABF2;
}
.btn_lead_edit_img_icon{
    padding-left: 22px;
    border: none!important;
	}
	.btn_lead_edit_img_icon{
	background-color: transparent!important;
	padding: 0;
    padding-right: 3.3em;
	}
	
.status_strip_css{
	text-decoration: none;
	color:#fff;
}


.show_pointer{
	cursor: pointer;
}
.mar_left_19{
	margin-left: 19px;
}
.all_type_head {
    /* top: -13px; */
    margin-bottom: 0;
    position: relative;
    color: #005DBC;
    padding-left: 0.4em;
}
.call_dtt_css{
	color: #696974;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
	font-size: 12px!important;
	margin-bottom: 0px!important;
    margin-left: 0.7em!important; 
		
}
.tooltipss .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #FC5A5A;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  font-size: 12px;
    left: -35px;
    top: 45px;

}
#agent_report_status2{
	display:none;
}
#agent_report_status_time{
	display:none;
}
.tooltipss:hover .tooltiptext {
  visibility: visible;
}
.show_mobb{
		display:none;
	}
	.add_notice_css {
    display: block;
    border: none;
    color: #fff;
    background: #fc5a5a;
    border-radius: 10%;
    padding: 1px 7px;
	float: right;
    top: 21px;
    position: relative;
}

	.padl8{
		padding-left: 8px;
	}
	
	.crud_header .businessname,.top_headsearch .businessname{
    color: #005DBC;
    font-weight: 500;
    font-size: 0.8125em;
    letter-spacing: 0.0888889px;
}



.search_box_headcss{
   background: #EEEEEE;
    padding: 0.5em 1em;
    border-radius: 1.25em;
    color: #999999;
    max-width: 100%;
    width: 350px;
    display: flex; 
}

.search_box_headcss input{
    background: transparent;
    border: none;
    width: 100%;
}

.search_box_headcss button{
    margin-left: 0.5em;
    background: transparent;
    border: none;
    color: #999999;
}
.icon_yellow{
	color:yellow;
}
.signup_class{
	margin-top: 10px;
    float: left;
}
.status_summary_time{flex-direction: row!important;}
.status_summary_time>.commenthistory{width:50%;}
.status_summary_time>.commentdatetime{width:50%;}
.status_arraow{margin-left: 1em;}
.dd-none{
    display:none!important;
}
.payment_show_list{
	display:block!important;
	/*padding-top:1em;*/
	/*background-color: #e4f2ff;*/
	padding-bottom: 1em;
    margin-top: -0.2em;
	
}

.l-red{
	color: #fc5a5a;
}
.advance_view_smoothscroll{
/*	height: calc(100vh - 15em)!important; */
    height: calc(100vh - 13em)!important;
}
.advance_view_smoothscroll2{
	 
}
/*-----mobile --css----*/
@media (max-width:740px){
    .sno_hidee2{
	display:none!important;
    }
}
@media (max-width:600px){
	.siarchieve_card .tabs_forselector li button {
    padding: 0.2em 0.2em;
	}
	.Archive_blc_css{
		padding-left: 10%!important;
	}
	.Archive_pay_plusicon{
		top: 1.5em;
	}
	.add_notice_css{
		    float: right;
			top: -32px;
			position: relative;
	}
	/*.status_summary_w{
	    display: flex!important;
	    margin-right:0.5em;
	    width:50%!important;
	}*/
	.add_notice_div{
		padding: 0px 19px;
    margin-bottom: -2em;
	}
	.filterareadiv>.sortbybutton {
    width: 6%;
}
	.filterareadiv .sortbybutton>button {
    margin-right: 0.5em;
    display: initial;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 2.5em;
    height: 2.5em;
}
	.advance_view_div3{
		margin-top: 0.7em;
	}
	.sectoggler {
    top: -0.67em!important;
	}
	.tooltipss .tooltiptext {
		left: -37px;
	}
		.siarchieve_itemlist .fivecolarchive{

    width:100%;
	}
	.call_dtt_css {
    text-align: right;
	}
	.alltagcount {top: -1em;}
	.btn_lead_edit_img_icon{
	position: absolute!important;
    display: block!important;
    top: 6px;
    right: 6em;
	/*padding-left:0px;*/
    
	}
	.lead_edit_img_icon {
    width:45px;
	height:45px;
     }
	.user_box_li_phone{
    width: 61%;
}
	.dis-flex{
		display: flex;
	}
	
	.mobile_hide{
	    display:none;
	}
  .mobile_hide2{
	    display:none!important;
	}						
	.mobile_show{
		display:block;
	}
	.show_mobb{
		display:inline-flex;
	}
	.box_li_name {
    width: 36%;
}
.box-scroll {
    height: 611px;
}
.box-status-scroll {
    height: 572px;
}

.c_dt_css{
	color: #696974;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
	font-size: 12px!important;
	margin-bottom: 0px!important;
    margin-left: 0.4em!important;
		
}

/*product */
.product-image_position{
    position: absolute;
    top: 42px;
    right: 13px;
    
	}
.product-image_position img{
    border-radius: 22%;
	width:80px;
	height:80px;
	}
}