body {
	--ck-z-default: 100;
	--ck-z-modal: calc( var(--ck-z-default) + 999 );
}

.empty{
	text-align: left;
}

li.select2-search input{
	color: rgb(40, 62, 89);
	font-size: 0.8125rem !important;
	border-radius: 0.25rem;
}

.p-0-sm{
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.attr-tag{
	padding:5px 5px;
}

.attr-tag span{
	cursor:pointer;
	margin-right: 5px;
}

.attr-batch{
	cursor:pointer;
	margin-right: 5px;
}

.open-steps{
	margin-top: 40px;
	font-weight: 800 !important;
	padding: 5px !important;
}

/****** Make alert Messages Sticky*****/
.alert{
position: sticky !important;
top: 20px;
z-index: 1;
}
/****** Make alert Messages Sticky*****/
.field-adminusers-profilepic label, .field-appusers-logo label{
border: 1px solid #d2ddec;
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
cursor: pointer;
}

.field-profile-profilepic label{
border: 1px solid #d2ddec;
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
cursor: pointer;
}

/*** Clear Fields****/
span.field-icon {
    float: right;
    margin-right: 10px !important;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    /*color: #7D7D7D;*/
	padding-left: 5px !important;
	background-color: white;
}

.customModalDialog{
max-width:768px !important;
top: calc(100% - 90%);
left: calc(100% - 90%);
}

.modal-in-modal{
border: 2px solid aliceblue;
top: 85px;
border-radius: 10px;
background: #fff;
}

.dataTables_paginate {float:right;margin: 10px 10px 10px 0px !important;}

#driver-work-report td{white-space: unset;}

.select2-selection__rendered{
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}

#w1 input{
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
#w1 select{
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
#w0 input{
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
#w0 select{
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

#driver td{white-space: unset;}
#invoices td{white-space: unset;}

.avtar-inner{
width: 10rem !important;
height: 10rem !important;
}
.input-group.input-group-merge .form-control-prepended {
    padding-left: .375rem;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left-width: 0;
}
.input-group-merge:focus-within .input-group-text{    
    border-color: #2c7be5;
    outline: 0;
    box-shadow: transparent;
}

/*.gj-datepicker{
width: calc(100% - 34px);
}*/

.chart{
padding: 20px 10px 20px 10px;
}

.label-small{
font-size: 12px;
color: #95aac9;
margin-top: -10px;
}

nav > .pagination{
margin: 1rem 20px;
}

.new-status{
background-color: #91beff !important;
}
.waiting-status{
background-color: #d2e3ff !important;
}
.approved-status{
background-color: #c7ea94 !important;
}
.rejected-status{
background-color: #ececec !important;
}

.input-color {
    position: relative;
}
.input-color input {
    padding-left: 20px;
}
.color-box {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ccc;
    left: 5px;
    top: 5px;
}
.dataTables_scrollBody{
border-bottom: none !important;
min-height: 100px;
}
.plus-logo{
height: 15px;
width: 15px;
color: white;
border: 2px solid white;
border-radius: 14px;
box-shadow: 0 0 3px #444;
text-align: center;
text-indent: 0 !important;
font-family: 'Courier New', Courier, monospace;
line-height: 14px;
content: '+';
background-color: #1a4093;
}
.form-group select{
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
appearance:none;
background-position-x: 97%;
background-size: 10px;

}

.assignedListsBack {
    background-color: #edf2f9;
    border: none;
    border-radius: .25rem;
    line-height: 1.40625rem;
    font-size: .8125rem;
    color: #12263f;
    padding: 3px 0px 3px 10px;
}

.pd-20{
	padding: 20px 0px;
}

.dropzone {
    border: unset !important;
    padding: 0 !important;
}

#previews{
	display: none;
}

.circle {
	position: relative; 
	border: 2px solid #999; 
	border-radius: 100%; 
	width: 30px; 
	line-height: 26px; 
	text-align: center; 
	background-color: #fff; 
	margin-top: 8px;
}

.step-blocks .step-block:first-child .circle::before {display: none;}
.step-blocks .step-block .circle::before {
    position: absolute;
	/* border: 1px dotted #999; */
	width: 0;
	height: 298px;
	display: block;
	content: '';
	left: 50%;
	z-index: 1;
	top: -298px;
	margin-left: -1px;
}


/****  floating-Lable style start ****/
.floating-label { 
  	position:relative;
	font-family: unset;
	font-size: unset;
	font-weight: unset;
	letter-spacing: unset;
	line-height: 1.5;
}

.floating-input:focus , .floating-select:focus {
     outline:none;
     border-bottom:2px solid #5264AE; 
}

.floating-label .control-label{
	color:#bfc7d2; 
}
.floating-label .form-control{
	border-color:#bfc7d2 !important;
	box-shadow:none !important;
	border-bottom: 1px solid #d2ddec;
}
.floating-form label:not(.no-label){
  color:#bfc7d2; 
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:11px;
  top:8px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
  top:-10px;
  font-size:14px;
  color:#5264AE;
  background-color:#fff;
  padding: 0 5px;
}

.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
  top:-10px;
  font-size:14px;
  color:#5264AE;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
  width:50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
   min-height: 30px;
   max-height: 260px; 
   overflow:hidden;
  overflow-x: hidden; 
}

/* highlighter */
.highlight {
  position:absolute;
  height:50%; 
  width:100%; 
  top:15%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

.dropzone .dz-message {
    margin: 0;
}

.steps h3, .steps h4{
	padding: 20px 0px 5px 0px;
	margin-bottom: 0
}

.steps .card-body{
	padding: 0;
}

.badge-success {
    background-color: #5cb85c !important;
}

.or-batch-round{
	border: 3px solid #ddd;
	border-radius: 50%;
	padding: 5px;
	color: dimgray;
	font-weight: 500;
}

.stepsEdit{
	cursor: pointer;
	float: right;
	font-weight: 400;
	font-size: 15px;
	margin-top: 3px;
	margin-right: 2px;
}

.cke_top, .cke_bottom{
	background: #fff !important;
}

.header-body {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
}

hr{
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.divider, .toast-bottom {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin: 1rem 0;
}

.toast-bottom {
    margin: -15px 0;
	z-index: 1030;
	position: relative;
}

.divider .divider-text, .toast-bottom .toast-bottom-text{
    position: relative;
    display: inline-block;
    font-size: 1rem;
    padding: 0 1rem;
    background-color: #FFFFFF;
}

.toast-bottom .toast-bottom-text{
    background-color: transparent;
}

.divider, .toast-bottom {
    text-align: center;
    white-space: nowrap;
}

.divider .divider-text span, .toast-bottom .toast-bottom-text span{
    font-size: 1rem;
}

.divider .divider-text::after, .toast-bottom .toast-bottom-text::after{
    left: 100%;
}
.divider .divider-text::before, .toast-bottom .toast-bottom-text::before{
    right: 100%;
}
.divider .divider-text::before, .divider .divider-text::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    border-top: 1px solid #DFE3E7;
}

.divider .divider-text, .toast-bottom .toast-bottom-text {
    font-size: 1rem;
}

.divider, .toast-bottom {
    text-align: center;
    white-space: nowrap;
}

img.rounded-circle{
	padding: 0 !important;
}

.rounded-circle{
	padding: .0rem .30rem !important;
}

.btn-primary.focus, .btn-primary:focus, .btn-outline-danger.focus, .btn-outline-danger:focus{
    box-shadow: none !important;
}

/* .card-table tbody td:last-child, .card-table thead th:last-child {
    text-align: right;
} */

/* animation */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
/****  floating-Lable style end ****/

select {

    -webkit-appearance: none;
	cursor:pointer;
	background-size: 8px 5px !important;
	background-position: calc(100% - 13px) center !important;
}

.main-content{
	background-color:#fff;
}

.alert{
	margin: 0.5em 0;
}

.dataTables_scrollHeadInner{
	width:100% !important;
}

.dataTables_scrollHeadInner table{
	width:100% !important;
}

/* Datatable custom pagination */
.page-item.active .page-link {
    color: #333 !important;
    background-color: rgba(90,141,238,.15) !important;
    border-color: rgba(90,141,238,.15) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active{
	box-shadow: none !important;
}

.page-link:focus {
    box-shadow: none !important;
}

.dataTables_paginate {
	display: flex;
    padding-left: 0 !important;
    list-style: none;
    border-radius: .25rem;
	margin-top: .5rem !important;
    margin-bottom: .5rem !important;
	padding: 0 10px 15px 0;
}
 
.dataTables_paginate a.previous {
	margin-left: 0;
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
}
.dataTables_paginate a{
	position: relative;
    display: block !important;
    padding: .5rem .75rem !important;
    margin-left: -1px !important;
    line-height: 1.25;
    color: #007bff !important;
    background-color: #fff;
    border: 1px solid #dee2e6 !important;
}
.dataTables_paginate a.next{
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
}
.dataTables_paginate a:not(:disabled):not(.disabled) {
    cursor: pointer;
} 
.dataTables_paginate a.current{
background: rgba(90,141,238,.15) !important;
color: #5A8DEE !important;
}

.dataTables_paginate a.disabled{
	position: relative;
    display: block !important;
    padding: .5rem .75rem !important;
    margin-left: -1px !important;
    line-height: 1.25;
    color: #cccccc !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
}
.dataTables_paginate {
    float: right !important;
}
.dataTables_paginate span{
    display:inherit;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	z-index: 2;
    color: #12263f !important;
    text-decoration: none;
    background-color: #f9fbfd;
    border-color: #e3ebf6;
    border: unset;
    background: #f9fbfd;
}

/*********************************************/
/*.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

.alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}*/

.link-like:hover{
	color: #0093fb !important;
}

.link-like{
	cursor:pointer;
	color: #2c7be5 !important;
}

@media only screen and (min-width : 991px) {
	.navbar-brand{
		order: -1;
	}
}

@media only screen and (min-width : 640px) {
	.navbar-brand{
		order: -1;
	}
}

@media only screen and (max-width : 767px) {
	#responsive_view_msg .input-color{
		float: left !important;
	}
	.p-0-sm{
		padding-right: 12px !important;
		padding-left: 12px !important;
	}
	
	.pt-3-sm{
		padding-top: .75rem !important;
	}
	
	.pb-3-sm{
		padding-bottom: .75rem !important;
	}
	
	.step-blocks .step-block .circle::after {
		position: absolute;
		/* border: 1px dotted #999; */
		width: 0;
		height: 16px;
		display: block;
		content: '';
		left: 50%;
		z-index: 1;
		top: 28px;
		margin-left: -1px;
	}
	
	.toast{
		margin-top:0px !important;
	}
	
	.days{
		margin: 0 0 10px 0px;
	}
}

.linkedinLoginInput {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.linkedinLoginBtn {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

.linkedinLoginBtn:hover {
  opacity: 0.8;
}

.linkedInLoginContainer{
	text-align: center;
}

.linkedInLoginContainer img{
	max-height: 50px;
}

.loginModalLoader{
	background: url('../img/loader.gif') no-repeat center center rgb(255, 255, 255);
	background-size: auto 50px;
}

.modalBlank{
	z-index: -1 !important;
}

.deleteLinkFromSequence{
	cursor: pointer;
}

.dropdownFont{
	color: #283e59;
	font-size: .8125rem;
	line-height: 1.75;
	border-radius: .25rem;
}

div.zapier-step-switch[data-id="0"],  div.follow-up-message[data-id="0"]{
  display:none;
}

#delayType[name="steps[0][delayType]"],  #delayType[name="steps[0][delayType]"] + label{
  display:none;
}

#delayUnit[name="steps[0][delayUnit]"],  #delayUnit[name="steps[0][delayUnit]"] + label{
  display:none;
}

.google-button{
	height: 40px;border-width: 0;background: #4285F4;color: white;border-radius: 3px;white-space: nowrap;box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.05);transition-property: background-color, box-shadow;transition-duration: 150ms;transition-timing-function: ease-in-out;padding: 0;border: 1px solid #4285F4;
}

.google-button__icon_con{
	display: inline-block;width: 38px;height: 38px;padding: 5px 0;border-radius: 3px;background: white;
}

.google-button__icon{
	display: inline-block;vertical-align: middle;width: 18px;height: 18px;box-sizing: border-box;
}

form#sequenceSteps .actions {
	margin-top: 2.25rem;
	border-top: 1px solid #edf2f9;
	padding-top: 25px;
}

a.start-sequence, a.pause-sequence, a.stop-sequence{
	padding: 0rem .5rem; !important;
}

a.start-sequence:hover, a.pause-sequence:hover, a.stop-sequence:hover{
	color: #fff !important;
}

td.sequence-per-day-limit{
	width:110px;
}

td.sequence-per-day-limit input{
	height:27px;
	width:67%;
}

td.sequence-type{
	width:55px;
}

.table-sm td, .table-sm th {
    padding: .5rem !important;
}

.login-notification{
	text-align: center;
	background-color: #798eb7b3;
	color: #fff;
	font-weight: 400;
}

.team-login-notification{
	text-align: center;
	background-color: #020202ad;
	color: #fff;
	font-weight: 400;
}

.renewal-notification{
	text-align: center;
	background-color: #f00;
	color: #fff;
	font-weight: 400;
}

.login-back{
	color: #e6c29d;
}
.login-back:hover{
	color: #e6c29d;
}
.activity-log{
	cursor: pointer;
}

#activityLogModal p{
	margin-bottom: 0px !important;
	font-size: 14px;
}

#activityLogModal .modal-content{
	border-radius: 0;
	min-height: 100px;
	overflow-y: auto;
	max-height: 400px;
	border-top: 0;
}

.c-pointer{
	cursor: pointer;
}

#details-tab, #activity-tab, #notes-tab{
	padding-top: 0;
}

.prospect-modal-close{
	padding-bottom: 1rem;
	border-bottom: 1px solid #e3ebf6;
	opacity: 1 !important;
}

#myTabContent{
	padding-top: 15px;
}

.chatbox-messages{
	background-size: 100% auto;
	height: calc(-14.3rem + 100vh);
	background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("../img/chat-background.jpg");
}

.pro-pic-margin{
	margin: 0 auto 20px auto;
}

.msg_history.chatbox-height{
	height: calc(-24.4rem + 100vh) !important;  
}

.inbox_chat.chatbox-height{
	height: calc(-17.4rem + 100vh);
}
.mrg-1{
	margin-top: 1.60em;
}
.toast-header-template {
	display: flex;
    align-items: center;
    padding: .75rem 1rem;
    color: #12263f;
    background-clip: padding-box;
}

.modal-title{
	color: #000;
}
.history-tl-container{
  font-family: "Roboto",sans-serif;
  width: 95%;
  margin:auto;
  display:block;
  position:relative;
}
.history-tl-container ul.tl{
    margin:20px 0;
    padding:0;
    display:inline-block;

}
.history-tl-container ul.tl li{
    list-style: none;
    margin:auto;
   
    min-height:50px;
    /*background: rgba(255,255,0,0.1);*/
    border-left:1px dashed #86D6FF;
    padding:0 0 30px 30px;
    position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
    position: absolute; 
    left: -11px;
    top: 0px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #258CC7;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;

}
.history-tl-container ul.tl li:hover::before{
    border-color:  #258CC7;
    transition: all 1000ms ease-in-out;
}
ul.tl li .item-title{
	color: #676d73;
}
ul.tl li .item-detail{
    color:rgba(0,0,0,0.5);
    font-size:12px;
}
ul.tl li .timestamp{
    color: #8D8D8D;
    position: absolute;
	width:100px;
    left: -50%;
    text-align: right;
    font-size: 12px;
}
#top_text{
	padding: 8px 10px;
}
.icon-txt-area-emoji {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 28px;
	top: 15px;
	font-size: 18px;
}

.icon-txt-area-tmplt {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 22px;
	bottom: 28px;
	font-size: 20px;
}

.headind_srch_msg_history .recent_heading .action-block{
	padding-top:5px;
}
.inbox-tag{
	position: absolute !important;
	width: 25px;
	right: 52px;
	padding-top: 3px;
}

.readunread{
	position: absolute !important;
	width: 25px;
	right: 115px;
	padding-top: 3px;
}
.inbox-note{
	position: absolute !important;
	width: 25px;
	right: 82px;
	padding-top: 3px;
}

span.tag, span.note {
	margin-top: 10px;
	margin-right: 5px;
}
span.tag-inner {
	margin-top: 5px;
	margin-right: 5px;
}
#tagMsg, #tagMsgInner, #noteMsg{
	font-size: 13px;
}

.tmplt-popup{
	position: absolute !important;
	will-change: transform !important;
	top: unset !important;
	bottom: 0px !important;
	right: -265px !important;
	left: unset !important;
	transform: translate3d(-315px, -37px, -0px) !important;
	max-width: 300px;
	max-height: 232px;
	overflow-y: auto;
}
.copy-template{
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
	border-bottom: 1px solid #e3ebf6 !important;
}
.copy-template:hover{
	border-top: 1px solid #e3ebf6 !important;
}
@media only screen and (min-width : 991px) {
	.container {
		max-width: 1300px !important;
	}
}
.error-table-select{
	background: none !important;
	border: 1px solid #d3d3d3;
}
.summary{
	float: right;
    margin-top: 20px;
    margin-right: 15px;
	margin-bottom: 20px;
}
.lnbrk{
	max-width: 200px;
	white-space: initial !important;
}

.activity-log-header{
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	min-height: unset !important;
	border-bottom: 1px solid #e3ebf6 !important;
	overflow-y: unset !important;
}
/* .table-responsive {
    overflow-x: inherit !important;
} */

.font-size-eleven-rem{
	font-size: 1.1rem;
}

.p-1rm{
	padding: 1rem !important;
}

.d-in-flex{
	display: inline-flex;
}

.footer{
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
    font-style: italic;
    background-color: #fdfdfd;
}

.gj-datepicker{
	width: calc(100% - 35px);
}