/* YOUR CUSTOM STYLES */

/* ----------- [NEW] PLAN CSS START ------------ */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");


.common-search-summary {
    font-size: 14px;
}
.common-search-summary strong {
    font-weight: bold;
}

.ml-11{
    margin-left: 11.5rem !important;
}

.custom-analytics-filter{
    height: 100px !important;
    overflow-y: auto !important;
}

.font-12{
    font-size: 12px !important;
}

.font-50{
    font-size: 50px !important;
}

.font-90{
    font-size: 90px !important;
}

.text-break {
    word-break: break-all;
}

@media only screen and (min-width:300px)  and (max-width:500px) {
    .box-wrapper {
        overflow-x: scroll;
    }

    .box-wrapper .box {
        width: unset !important;
    }
}

.sourceSwitch label .lever{
    width: 32px !important;
    height: 12px !important;
}

.sourceSwitch label .lever:after{
    width: 18px !important;
    height: 18px !important;
}


.dataPointBox{
    cursor: pointer;
}
.color1 {
background-color: #1967d2;
}

.color2 {
    background-color: #C53620;
}

.color3{
    background-color: #F29A2D;
}

.color4 {
    background-color: #3B8039;
}

.color5 {
    background-color: #800080;
}

.box-black-txt-a {
    color: #000000 !important;
}

.box-black-txt-a select {
    color: #000000 !important;
    border-bottom: 1px solid #000000;
}

.box-black-txt-a .select2-selection {
    border-bottom: 1px solid #000000 !important;
}

.box-black-txt-a .select2-selection .select2-selection__rendered {
    color: #000000 !important;
}

.box-black-txt-a .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent;
}

.box-black-txt-a .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000000 transparent;
}

.box-wrapper .select2-selection {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    border-radius: 0 !important;
    font-size: 14px;
    margin-bottom: 15px;
}

.box-wrapper .select2-selection .select2-selection__rendered {
    color: #000000 !important;
    font-size: 12px;
}

.box-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent;
}

.box-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000000 transparent;
}

.dataPointOption {
    color: black;
}

.box-wrapper {
    display: flex;
    max-width: 900px;
    /* overflow-x: scroll; */
}

.box-wrapper .box {
    width: 25%;
    color: #000000;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    padding-top: 9px;
    padding-bottom: 8px;
}

.box-wrapper .box .box-title {
    font-size: 24px;
    font-weight: 300;
}

#analyticsLineChart{
    /* background: #2E2D33 !important; */
    background: #fcfcff !important;
    height: 345px !important;
    max-height: 400px !important;
}

.analyticsLineChartDataPoint{
    display: inline;
    padding:5px;
}

.analyticsLineChartContainer{
    display: flex;
    justify-content: center;
    align-items: center;
}


.analyticsLineChartRow{
    /* flex: 1;
    justify-content: center !important; */
}

.analyticsLineChartType{
   /*  flex: 1;
    justify-content: right !important;
    align-items: center !important; */
}

.selected{
    color:white !important;
}

.selected .select2-selection{
    color:white !important;
}

.selected .select2-selection .select2-selection__rendered {
    color: white !important;
    font-size: 12px;
}

.selected .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent transparent !important;
}

.selected .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent white transparent !important;
}


.selected select {
    color: white !important;
    border-bottom: 1px solid white;
}

.selected .select2-selection {
    border-bottom: 1px solid white !important;
}

.selected .select2-selection .select2-selection__rendered {
    color: white !important;
}

.selected .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent transparent!important;
}

.selected .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent white transparent!important;
}



.mtc-7 {
    margin-top: 7rem !important;
}

.no-shadow{
    box-shadow: none !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100% !important;
  /*   margin-top: -6px;
    margin-left: -1px; */
    margin-top: 3px;
    margin-left: -161px;
   /*  -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px; */
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.removeDeal:hover {
    cursor: pointer;
}

.capitalize{
    text-transform: capitalize !important;
}

.email-div {
    border-style: groove;
    min-height: 70px;
}

.groove-border {
    border-style: groove;
}

.delete-source {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0%;
  padding: 12px 16px;
  transform: translate(0%, -50%);
}

.font-dark {
    color:black;
}

.assignedNotesAlert::before{
    content: "*";
    color: red;
}
#attorneyNotes {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 85px;
}

#lead-details-info {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}

.deal-border-bottom {
    border-bottom: 1px solid #c9c9c9;
}

.deal-border-top {
    border-top: 1px solid #c9c9c9;
}

.dispute_case_td{
    white-space: pre-wrap !important;
    white-space: -moz-pre-wrap !important;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 11px;
  font-size: 3px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(27,101,197, 0.2);
  border-right: 1.1em solid rgba(27,101,197, 0.2);
  border-bottom: 1.1em solid rgba(27,101,197, 0.2);
  border-left: 1.1em solid #1b65c5;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.source_label {
    font-size: 45px !important;
}
.data_point_label{
    font-size: 11px !important;
}

.noShadow{
    box-shadow :none !important;
}

.pipes{
    width: 17px !important;
    height: 17px !important;
    display: inline !important;
    padding: 5px !important;
}

.pipesDetails{
    width: 30px !important;
    height: 30px !important;
    display: inline !important;
    padding: 5px !important;
}

.ztSource{
    width: 17px !important;
    height: 17px !important;
    display: inline !important;
    padding: 5px !important;
}

.ztSourceDetails{
    width: 35px !important;
    height: 36px !important;
    display: inline !important;
    padding: 5px !important;
}

.adLeadBadge{
    background-color: #F9285F !important;
}


.loading {
    background-color: #ffffff;
    background-image: url("https://uploads-ssl.webflow.com/5d5309715c5ff3035a77e06c/5d5fafb4b6d68de6fd02561d_l.gif");
    background-size: 25px 25px;
    background-position:97% 50%;
    background-repeat: no-repeat;
}

.hide {
    display: none;
}

.iti-flag {
    background-image: url("https://cdn.accident.com/accident/images/flags.png");
  }

#plan_display{
    justify-content: center;
}
.planContainer {
  display: flex !important;
  flex-wrap: wrap;
  margin: 1em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}

.plan {
  background: white;
  width: 20em;
  box-sizing: border-box;
  text-align: center;
  /* margin: 1em;
  margin-bottom: 1em; */
}
.plan .titleContainer {
  background-color: #f3f3f3;
  padding: 5px/* 1em */;
}
.plan .titleContainer .title {
  font-size: 1.45em;
  text-transform: uppercase;
  color: #f08918;
  font-weight: 700;
}
.plan .infoContainer {
  padding: 3px;
  color: #2d3b48;
  box-sizing: border-box;
}
.plan .infoContainer .price {
  font-size: 1.35em;
 /*  padding: 1em 0; */
  font-weight: 600;
  margin-top: 0;
  display: inline-block;
  width: 80%;
}
.plan .infoContainer .price p {
  font-size: 1.35em;
  display: inline-block;
  margin: 0;
}
.plan .infoContainer .price span {
  font-size: 1.0125em;
  display: inline-block;
}
.plan .infoContainer .desc {
  padding-bottom: 2px;
  border-bottom: 2px solid #f3f3f3;
  margin: 0 auto;
  width: 90%;
}
.plan .infoContainer .desc em {
  font-size: 15px;
  font-weight: 500;
}
.plan .infoContainer .features {
  font-size: 1em;
  list-style: none;
  padding-left: 0;
}
.plan .infoContainer .features li {
  padding: 0.5em;
}
.plan .infoContainer .selectPlan {
  border: 2px solid #1abc9c;
  /* padding: 0.75em 1em; */
  border-radius: 2.5em;
  cursor: pointer;
  transition: all 0.25s;
  margin: 1em auto;
  box-sizing: border-box;
  max-width: 70%;
  display: block;
  font-weight: 700;
}
.plan .infoContainer .selectPlan:hover {
  background-color: #1abc9c;
  color: white;
}

@media screen and (max-width: 25em) {
  .planContainer {
    margin: 0;
  }
  .planContainer .plan {
    width: 100%;
    margin: 1em 0;
  }
}

/* ------------ [NEW] PLAN CSS END ------------- */

.leadPracticePriceSection{
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 10px;
}

.text-link{
    text-decoration: #292b2c;
    color: #292b2c;
}

.text-link:hover{
    text-decoration: underline;
    color: #286efa;
    text-decoration-color: #286efa;
}

#customer-open{
	display: block !important;
}

#customer-open-ana{
	display: block !important;
}

.td-width{
    width: 3%;
}

.small-td{
    width: 1%;
    text-align: center;
}


.enableAll{
    font-size: 12px !important;
}

.notification-head{
    padding-top: 10px !important;
}

table.dataTable tfoot th{
    border-top:0;
}

table.dataTable.no-footer{
    border-bottom:0;
}

.cashFlow{
    padding-top: 15px;
    font-size: 23px;
    color: white;
    text-align: center;
}
.cashH{
    color: #3b3838;
    font-size: 12px;
    padding:7px !important;
}
.cashFlow1{
    padding: 8px;
}
.popover-content{
    padding: 0px !important;
}

.select2-selection--single {
    height: 100% !important;
  }

.select2-selection__rendered{
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.input-normal{
    height: calc(1.2em + .5rem + 2px) !important;
    padding: .0rem .5rem !important;
    margin: 0px !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    /* width: auto !important; */
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
}

.showmore {
	cursor: pointer;
    font-weight: bold;
    color:#4285f4;
}

.error, span.invalid {
    color: #E4584C;
}

.show_active{
    color:#4285f4;
}

.show_attorney_leads , .show_wholesaler_leads{
    cursor: pointer;
    font-weight: bold;
}
.pac-container, .pac-item {
    width: inherit !important;
}

.pulse-red {
	/* width: 100%;
	height: 22px; */
	/* background: rgba(255,0,0, 0.4); */
	cursor: pointer;
	box-shadow: 0 0 0 rgba(255,0,0, 0.4);
	animation: pulse-red 2s infinite;
}

/* Start: Red colour animation effects */
@-webkit-keyframes pulse-red {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255,0,0, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
	}
}
@keyframes pulse-red {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
		box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(255,0,0, 0);
		box-shadow: 0 0 0 10px rgba(255,0,0, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
		box-shadow: 0 0 0 0 rgba(255,0,0, 0);
	}
}
/* End: Red colour animation effects */

#l_price:hover{
    cursor: pointer;
    color:#286efa;

}

#wholesaler_detail {
    text-align: center;
}

#wholesaler_detail, h5, h6{
    font-weight: bold;
}

#wholesaler_detail span{
    color: green;
}

#disputed_leads tr.group-start{
    background-color: #787D84;
    font-size: 16px;
    font-weight: bold !important;
    font-style: italic;
}
#all_plans tr.group-start{
    background-color: #787D84;
    font-size: 16px;
    font-weight: bold !important;
    font-style: italic;
}
.morecontent span {
    display: none !important;
}
.morelink {
    display: block;
}

.dataTables_wrapper select{
    display: inline;
}

.details-table td:not(.title){
    font-weight: bold;
}

.details-table tr td, .details-table tr th {
		border-top: none !important;
	}

.table a{
		margin-left: 0.5em;
	}
	.dataTables_wrapper input[type="search"]{
		width: auto !important;
	}

.create-new-plan-label {
    margin-left: -10px !important;
    color: #3b3b3b !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width : 701px) and (max-width : 768px) {
    .practice-areas .attorney-practice-area {
        min-width: 30% !important;
    }
}
@media only screen and (max-width : 700px) {
    .practice-areas .attorney-practice-area {
        min-width: 43% !important;
    }
}
@media only screen and (max-width : 425px) {
    .practice-areas .attorney-practice-area {
        min-width: 50% !important;
    }
}
@media only screen and (max-width : 375px) {
    .practice-areas .attorney-practice-area {
        min-width: 100% !important;
    }
}
@media only screen and (max-width : 767px) {
    .box {
        height: auto !important;
    }
}
@media only screen and (max-width : 768px) {
    main,
    .fixed-sn main {
        margin-left: 2% !important;
        margin-right: 2% !important;
    }
    main .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .modal-dialog {
        margin: 10px 16px 10px 10px;
    }
    .lead-personal-info {
        padding: 0 1rem 0 1rem !important;
        margin-bottom: 1rem;
    }
    #lead-detail .form-control.lead-detail-text {
        width: 93% !important;
    }
    #attorney-detailz .form-control.lead-detail-text {
        width: 93% !important;
    }
    .create-new-plan-label {
        margin-left: 0px !important;
    }
}
select.form-control{
padding-bottom: 0;
padding-top: 0;
margin-top: 0;
margin-bottom: 0
}

/** LEAD TIMELINE STYLES */
.timeline {
    position: relative;
    padding: 21px 0px 10px;
    margin-top: 4px;
    margin-bottom: 30px;
}

.timeline .line {
    position: absolute;
    width: 4px;
    display: block;
    background: currentColor;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
}

.timeline .separator {
    border-top: 1px solid currentColor;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: .9em;
    margin-left: 30px;
}

.timeline .line::before { top: -4px; }
.timeline .line::after { bottom: -4px; }
.timeline .line::before,
.timeline .line::after {
    content: '';
    position: absolute;
    left: -4px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: currentColor;
}

.timeline .panel {
    position: relative;
    margin: 10px 0px 21px 70px;
    clear: both;
}

.timeline .panel::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: '';
    width: 0px;
    height: 0px;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.timeline .panel .panel-heading.icon * { font-size: 20px; vertical-align: middle; line-height: 40px; }
.timeline .panel .panel-heading.icon {
    position: absolute;
    left: -59px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
}

.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.timeline .panel-outline .panel-body {
    padding: 10px 0px;
}

.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
    display: none;
}

.timeline .panel-primary {
    border-color: #428bca;
}
.timeline .panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.timeline .panel-success>.panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.timeline .panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
/* ********************* */

/* password check */
.short{
    color:#FF0000;
}
.weak{
    color:orange;
}
.good{
    color:#2D98F3;
}
.strong{
    color: limegreen;
}
/****/

.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
	display: block;
	}

	.bootstrap-select > .dropdown-toggle{
		padding : 0px 0px !important;
		margin-bottom : 0px !important;
	}

	.bootstrap-select > .btn-default.dropdown-toggle{
		background-color : #ffffff !important;
		color : #000000 !important;
	}

	.bootstrap-select > .btn{
		box-shadow : none !important;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #bdbdbd;
		text-transform : none !important;
		font-size: 1rem;
		margin: 0 0 15px 0;
		line-height: 1;
	}

	.bootstrap-select >.btn-default.dropdown-toggle:hover, .bootstrap-select > .btn-default.dropdown-toggle:focus{
		background-color : #ffffff !important;
		color : #000000 !important;
		outline: none !important;
	}

	.bootstrap-select > .dropdown-toggle::after {
		display: inline-block;
		width: 0;
		height: 0;
		vertical-align: top;
		content: "";
		color: initial;
		position: absolute;
		right: 0;
		top: 16px;
		font-size: 1rem;
	}
	.bootstrap-select.show > .dropdown-menu.open > .bs-searchbox > input.form-control{
		padding : 0px 0px !important;
	}

	.bootstrap-select.show > .dropdown-menu.open > .bs-searchbox > input::after{
		display: inline-block;
		content: "Search";
	}
	.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
	display: none;
	}
	.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
	display: block;
	width: 100%;
	padding: 8px 4px;
	clear: both;
	font-size: 0.9rem;
	text-align: inherit;
	white-space: nowrap;
	background: 00;
	border: 0;

	}

	.bootstrap-select > .dropdown-menu > .dropdown-menu li a:focus,  .bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover{
		background-color: #4285F4;
		color : white;
	}

	.bootstrap-select.btn-group .btn .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	padding-top: 2%;
	line-height: 1;
	box-sizing: border-box;
	text-align: left;
	}

	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100% !important;
	}

        div.dataTables_wrapper div.dataTables_length select {
            display: inline-block !important;
        }
/* chrome browser autofills */
input:-webkit-autofill {
    -webkit-text-fill-color: #464a4c !important;
    -webkit-box-shadow: 0 0 0px 9999px white inset;
    transition: background-color 5000s ease-in-out 0s;
}
input[type]:-webkit-autofill + label {
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
    font-size: 0.8rem;
}
#assignLeadForm ul.dropdown-menu li.disabled a {
    color: #bdbdbd;
}
.pac-container {
    z-index: 9999 !important;
}
#editInviteModal .modal-content .close {
    position: relative !important;
    right: 0px !important;
}
.include-phone-switch {
    display: inline-grid !important;
}
/* override responsive.bootstrap.min */
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before {
    /*top: 16px !important;*/
    line-height: 17px !important;
}
/*table.dataTable.dtr-inline>tbody>tr[role="row"]>td.dt-control:before {
    line-height: 17px !important;
    top: 5px;
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #337ab7;
}*/
.dt-scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #eee;
    border-radius: 5px;
}
.dt-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
    background-color: #82B1FF;
}
.lead-personal-info {
    border-radius: 5px;
    border: 1px solid #eceeef;
}
.progressbar {
    background-color: #8ccf8c;
    /*border-radius: 12px;*/
    /*padding: 3px;*/
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.progressbar div {
    background-color: #4285F4;
    width: 100%; /* Adjust with JavaScript */
    height: 20px;
    /*border-radius: 14px;*/
    text-decoration: none;
}
.daterangepicker .drp-wrapper {
    display: inline-flex !important;
}
.switch .lever:after {
    background-color: white !important;
}
.switch label input[type=checkbox]:disabled + .lever:after, .switch label input[type=checkbox]:disabled:checked + .lever:after {
    background-color: #BDBDBD !important;
}
.switch .lever {
    background-color: gray !important;
}
.switch label input[type=checkbox]:checked + .lever {
    background-color: #4285F4 !important;
}
.mark-test-addattorney-label, .label-view-test-data {
    top: 0.9rem !important;
    line-height: 1.5;
    /*color: #757575;*/
}
.table-wrapper-scroll-y {
    display: block;
    max-height: 200px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.attorney-account-switches {
    display: inline-flex;
}
.badge-light {
    background-color: #616161!important;
    color: #fff!important;
}
.dataTables_wrapper .dropdown-menu {
    left: auto;
    right: 0;
}
.dataTables_wrapper .child .dropdown-submenu>.dropdown-menu{
	left: 100%;
	width: 100%;
	margin: 0;
}
.dataTables_wrapper .dropdown-menu .dropdown-item {
    width: auto !important;
}
input[name='practiceCaseTypes']:disabled + label:before {
    margin-left: 0px !important;
}
.invalid-div {
    border-bottom: 2px solid #F44336;
}
.location_casetype .lead-case-type:focus {
    padding: 5px 1px 5px 1px;
}
.table thead th {
    border-bottom: 1px solid #eceeef !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 2px solid #eceeef;
}
.lead-detail-avatar {
    border-bottom: 1px solid #e0e6e8
}
#lead-detail .form-control.lead-detail-text {
    height: calc(1.5em + .5rem + 2px);
    padding: .0rem .5rem;
    margin: 0px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    /*width: auto;*/
    width: 95%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
#lead-detail .form-control.lead-detail-text:disabled {
    height: calc(1.5em + .5rem + 2px);
    padding: .0rem .5rem;
    margin: 0px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    width: 95%;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
}

#attorney-detailz .form-control.lead-detail-text {
    height: calc(1.5em + .5rem + 2px);
    padding: .0rem .5rem;
    margin: 0px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    /*width: auto;*/
    width: 95%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
#attorney-detailz .form-control.lead-detail-text:disabled {
    height: calc(1.5em + .5rem + 2px);
    padding: .0rem .5rem;
    margin: 0px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    width: 95%;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
}


.lead-detail-textarea {
    height: calc(1.5em + 10rem + 2px) !important;
    width: 100% !important;
}
#lead-detail input[type=text]:disabled,
#lead-detail .btn.disabled {
    color: #464a4c;
}
#lead-detail .bootstrap-select {
    padding: .0rem .5rem;
}
#lead-detail .bootstrap-select > .btn {
    border-bottom-style: none;
    font-size: 0.9rem;
}
#lead-detail .bootstrap-select > .btn-default.dropdown-toggle {
    background-color: transparent !important;
}

#attorney-detailz input[type=text]:disabled,
#attorney-detailz .btn.disabled {
    color: #464a4c;
}
#attorney-detailz .bootstrap-select {
    padding: .0rem .5rem;
}
#attorney-detailz .bootstrap-select > .btn {
    border-bottom-style: none;
    font-size: 0.9rem;
}
#attorney-detailz .bootstrap-select > .btn-default.dropdown-toggle {
    background-color: transparent !important;
}

.assign-attorney,
.lead-details {
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(21,27,38,.15);
}
.case-types .lead-case-type {
    display: inline-block;
    min-width: 28%;
}
.practice-areas .attorney-practice-area {
    display: inline-block;
    min-width: 16%;
}
.lead-case-type label {
    font-size: .9rem;
    padding-left: 26px;
}
.lead-case-type label:before {
    width: 14px;
    height: 14px;
    margin-top: 4px;
}
.custom-radio {
    display: inline-block;
}
.input-default,
.filter-location .input,
.filter-location .input:focus {
    height: calc(1.2em + .5rem + 2px) !important;
    padding: .0rem .5rem !important;
    margin: 0px !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    width: auto !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
}
.input-width-93 {
    width: 93% !important;
}
.filter-location {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.applied-search-filters {
    display: inline;
}
.chips.location-chips.focus {
    border-bottom: none !important;
    box-shadow: none !important;
}
#attorneyInfo {
    font-size: 0.8rem;
}
.star.unstarred:hover,
.star.starred:hover {
    cursor: pointer;
}
.star.unstarred {
    background-image: url('../img/star/unstarred.png');
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: 20px;*/
    opacity: 1;
    /*content: "";*/
    display: block;
    height: 20px;
    /*opacity: .7;*/
    width: 20px;
}
.star.starred {
    background-image: url('../img/star/starred.png');
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: 20px;*/
    /*content: "";*/
    display: block;
    height: 20px;
    /*opacity: .7;*/
    width: 20px;
}
.star-loader {
    width: 16px;
    height: 16px;
}
.star-dark {
    background-image: url('../img/star/star-dark.png');
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    display: block;
    height: 20px;
    width: 20px;
}

.title-btn{
    background-color: #2a6dda;
    font-size: 0.8em;
    color: #e4e4e4;
    padding: 8px 15px;
    border-radius: 3px;
    text-transform: uppercase;
    transition: 200ms ease-out;
}

.title-btn:hover, .title-btn:focus{
    background-color: #4285F4;
    color: #ffffff;
}

#detailInviteForm .col-md-6{
    padding-top: 5px;
    padding-bottom: 5px;
}

#detailInviteForm select{
    width: 100% !important;
    /*display: inline-block !important;*/
    background-color: #ffffff;
}

#detailInviteForm .form-check{
    margin-bottom: 0;
}

#detailInviteForm .form-check-label{
    margin-top: 0;
    padding-left: 25px !important;
}

::placeholder { /* Firefox, Chrome, Opera */
    color: #b3b3b3;
}
.attorneyMaxReachLimit {
    width: 90% !important;
    height: auto !important;
    padding: 3px 8px !important;
    border: solid 1px #c4c4c4 !important;
    border-radius: 3px !important;
    font-size: 1em !important;
    margin: 0 auto 4px auto !important;
    transition: 300ms ease-out !important;
}

.attorneyMaxReachLimit:focus{
    outline: none !important;
    border: solid 1px #469dcf !important;
    box-shadow: 3px 3px 10px -2px rgba(168,168,168,1) !important;
}

.attorneyMaxReachLimit:disabled{
    border: dotted 1px #c4c4c4 !important;
}

.attorneyRefundPercent {
    width: 55% !important;
    height: auto !important;
    padding: 3px 8px !important;
    border: solid 1px #c4c4c4 !important;
    border-radius: 3px !important;
    font-size: 1em !important;
    margin: 0 auto 4px auto !important;
    transition: 300ms ease-out !important;
}

.attorneyRefundPercent:focus{
    outline: none !important;
    border: solid 1px #469dcf !important;
    box-shadow: 3px 3px 10px -2px rgba(168,168,168,1) !important;
}

.attorneyRefundPercent:disabled{
    border: dotted 1px #c4c4c4 !important;
}


#detailInviteForm .invite-custom-input-sm, #detailInviteForm select{
    width: 90%;
    height: auto;
    padding: 3px 8px;
    border: solid 1px #c4c4c4;
    border-radius: 3px;
    font-size: 1em;
    margin: 0 auto 4px auto;
    transition: 300ms ease-out;
}

#detailInviteForm .invite-custom-input-sm:focus{
    outline: none;
    border: solid 1px #469dcf;
    box-shadow: 3px 3px 10px -2px rgba(168,168,168,1);
}

#detailInviteForm .invite-custom-input-sm:disabled{
    border: dotted 1px #c4c4c4;
}

#detailInviteForm label{
    display: inline;
    margin: 8px 0 0 0;
    font-size: 1em;
    color: #707070;
}

#detailInviteForm .main-label{
    color: #3b3b3b;
}

#detailInviteForm .display-label{
    color: #3b3b3b;
    font-weight: bold;
}

#detailInviteForm .text-detail{
    color: #777777;
}

#phone-wrapper{
    position: relative;
}

#phone-wrapper .form-check{
    top: 25px;
    right: 5%;
    position: absolute;
}

/* ----------- PLAN CSS START ------------ */
#selected-plan-info .box,
.edit-plan-info .box {
    width: 100%;
    /*max-width: 250px;*/
    height: auto;
    margin: auto;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 0;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}

#selected-plan-info .plan-name,
.edit-plan-info .plan-name{
    font-size: 1.4em;
    font-weight: 600;
    color: #066380;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
}

#selected-plan-info .benefit-list,
.edit-plan-info .benefit-list {
    padding: 5px 0;
}

#selected-plan-info .benefit-list .benefits,
.edit-plan-info .benefit-list .benefits {
    color: #4e4e4e;
    padding: 3px 0;
}
/* ------------ PLAN CSS END ------------- */

#linkCopiedModal .link-display{
    font-size: 0.9em;
    text-align: center;
    background: #e4e4e4;
    padding: 10px 0;
    border-radius: 3px;
    cursor: pointer;
    transition: 150ms ease-out;
    overflow: auto;
}

#linkCopiedModal .link-display:hover{
    text-decoration: underline;
    box-shadow: 6px 6px 9px -5px #a1a1a1;
}

#linkCopiedModal .attorney_name, #linkCopiedModal .otp{
    font-weight: bold;
    color: #2e2e2e;
}

#continue_with_filters .table{
    margin-bottom: 0;
}

#continue_with_filters table.table td {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-top: none;
}

/* #assignLeadForm > div > div:nth-child(1) > span :: is copied selector for select2 box from inspect element */
#assignLeadForm, #assignLeadForm .assign-input, #assignLeadForm > div > div:nth-child(1) > span{
    width: 100% !important;
}

#assignLeadForm .assign-input{
    all: unset;
    border-bottom: solid 1px #c7c7c7;
    padding: 3px 5px;
}

#assignLeadForm .assign-input:focus{
    border-bottom: solid 1px #286efa;
}

#assignLeadForm label{
    color: #616161;
    display: block;
}

#assignModalDetailsSection li{
    padding: 0.2rem 0.6rem;
}

.scrollbar {
    width: 100%;
    height: 250px;
    overflow-y: scroll;
}

.scrollbar-primary::-webkit-scrollbar {
    width: 8px;
    border-radius: 4px;
    background-color: #F5F5F5;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.171);
}

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 4px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.171);
    background-color: #4285F4;
}

#lead-highlights-content .stepper-vertical li:not(:last-child):after{
    height: calc(100% - 30px);
    top: 40px;
}

#lead-highlights-content .stepper li a {
    padding: 14px 24px;
}

#lead-highlights-content .stepper li a .label{
    color: #414141;
}

#lead-highlights-content .greyed{
    color: #c9c9c9 !important;
}

#highlights_stepper .step-content{
    padding: 0 !important;
}

#lead_price_body .badge {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0.25em;
}

@media (max-width: 1500px){
    #assignLeadModal .modal-fluid{
        max-width: none;
    }
}

@media (min-width: 1501px){
    #assignLeadModal .modal-fluid{
        max-width: 75%;
    }

    #col_left_section{
        flex-basis: 45% !important;
        max-width: none;
    }

    #col_right_section{
        flex-basis: 55% !important;
        max-width: none;
    }
}
.container-py-half {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}
.fixed-sn main.fixed-sn-pt-fit {
    padding-top: 4.9rem;
}
body .shrink-spaces {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}
.shrink-spaces .tab-content {
    padding: 0rem !important;
}
.shrink-spaces .md-pills li {
    padding: 7px;
}
.shrink-spaces .nav-link {
    padding: .2em 1em;
}
.shrink-spaces .classic-tabs li a {
    padding: .5em 1em !important;
}
.shrink-spaces .dataTables_wrapper {
    padding-left: 7px;
    padding-right: 7px;
}
.shrink-spaces .dataTables_wrapper .dataTables_info {
    padding-top: 0.3em;
}
.shrink-spaces .shrink-label {
    margin-bottom: 0;
}
.shrink-spaces .hide-v-scroller {
    outline: unset !important;
    overflow-x: hidden !important;
}
.table-thead-bold tr th {
    font-weight: 800;
}
.shrink-spaces .applied-search-filters .chip {
    margin-bottom: 0;
}
.table .duplicate-badge-main {
    font-size: 12px;
    margin-left: 0;
    cursor: pointer;
}
.table .duplicate-badge {
    font-size: 12px;
}
.attorney-api {
    cursor: pointer;
}
.table .duplicate-badge {
    font-size: 12px;
}
.save-detail-btn {
    margin-top: -5px !important;
}
#editLocationDetails,
.editAssignedLeadCost {
    text-decoration: underline;
}
#planNumberOfLeads-error, #planLeadCost-error {
    font-size: 75%;
    font-weight: 400;
}
.see-lead-diff {
    cursor: pointer;
}
#leadDiffModal .container-fluid del {
    background-color: #ffcccc;
}
#leadDiffModal .container-fluid ins {
    background-color: #ccffcc;
}
.hgl-bg {
    background-color: #EEFFEE;
}
#leadDiffModal .badge {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 0.19em;
}
.see-tf-links,
.typeform-links .tf-link {
    color: #0275d8 !important;
}
.typeform-links .tf-link:hover {
    text-decoration: underline;
}
.link-val {
    border: 1px solid #bdbdbd !important;
    border-radius: 3px !important;
    padding-left: 4px;
    padding-right: 4px;
}
.create-invite {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}
#practice_area_row .practice-area + label:before {
    top: -3px;
}
#editInviteForm .location-chips {
    min-height: 20px;
}
#editInviteLocations .chip {
    margin: 0 0.25rem 0.25rem 0 !important;
}
#settlements .settlmntDollarSign {
    margin-top: 0 !important;
}
#specializations .speclzn-percentage-block {
    margin-top: auto !important;
}
.normal-link-color {
    color: #292b2c !important;
}
.link-color {
    color: #5583f8 !important;
}
.show-overflow-scroll {
    overflow-y: visible !important;
}
#prospects tr td:nth-child(5) {
    text-align: center !important;
}
span.mandatory-field{
    color:#FF0000;
}
.state-accordian {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.state-accordian .card-body {
    border-top: 1px solid #c1bbbb;
}
.state-accordian .card-body table thead,
.state-accordian .card-body table tbody{
    border-bottom: 2px solid #b9b9b9;
}
.state-accordian .firm-name-string {
    position: absolute;
    left: 270px;
    text-decoration: none;
    color: #292b2c;
    font-size: 75%;
}
.locations-hidden {
    opacity: .65;
}
.state-accordian table tr td {
    border-top: none;
}
.assignment-rule {
    border-bottom: 2px solid #eceeef;
}
.border.brdr {
    border : 2px solid #b7b7b7;
}
.border.brdr-right-left {
    border-right : 2px solid #b7b7b7;
    border-left : 2px solid #b7b7b7;
}
.border.brdr-left {
    border-left : 2px solid #b7b7b7;
}
.border.brdr-right {
    border-right : 2px solid #b7b7b7;
}
.menu-items-scrollable {
    position: fixed;
    overflow-y: scroll;
    width: 107%;
    top: 100px;
    bottom: 40px;
}
.side-nav .collapsible a,
.side-nav .collapsible-body a {
    height: 25px;
    line-height: 25px;
}
.side-nav .collapsible-body a {
    background-color: transparent;
}
.dataTables_wrapper .dataTables_processing {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.inner-menu-item li a {
    padding-left: 60px !important;
}
#lead-status-mobile {
    border: 1px solid !important;
    padding: 0.1rem 2rem !important;
}
.leadStatusDropDown {
    border: 2px solid #101010 !important;
    color: #000000 !important;
    background-color: transparent !important;
   /*  padding: 0.1rem 2rem !important; */
}
.bg-color-rgba-brown-slight {
    background-color: rgba(121, 85, 72, 0.1) !important;
}
.bg-color-rgba-orange-slight {
    background-color: rgba(255, 152, 0, 0.1) !important;
}
.bg-color-grey {
    background-color: rgba(158, 158, 158, 0.3) !important;
}
.pracAreaLeadCost, .planAmount {
    border-bottom: none !important;
}
.leadCostInput {
    width: 40%;
}
#practice_area_row .practiceAreaBox,
#enhanced_practice_area_row .practiceAreaBox,
#sr_practice_area_row .practiceAreaBox{
    border: 1px solid #cabbbb;
    border-radius: 2px;
}

#practice_area_row .plan-lead-cost,
#enhanced_practice_area_row .enhanced-lead-cost,
#sr_practice_area_row .sr-lead-cost{
    width: 30%;
}
.law-firm-link:hover {
    color: #0275d8 !important;
    text-decoration: underline !important;
}
.padding-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.padding-y-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.select2-container--default .select2-results__group {
    font-weight: 600 !important;
}
#customer-scores {
    border: 1px solid #eceeef !important;
    margin-bottom: 20px;
}
.show-history, .clear-weightage-count {
    color: #0275d8 !important;
    text-decoration: underline !important;
}
.table-head th {
    font-size: 1rem !important;
    font-weight: 600 !important;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
#activityLog tbody tr td {
    font-size: 0.8rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.font-bolder {
    font-weight: 600 !important;
}

.input-custom .form-control {
/*    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #4f4f4f;*/
    /*background-color: #fff !important;*/
    background-clip: padding-box !important;
    border: 1px solid #bdbdbd !important;
    border-radius: .25rem;
/*    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    -webkit-transition: all .2s linear;
    transition: all .2s linear;*/
}

.input-custom .input-group>.form-control {
    min-height: calc(1.08rem + 2px);
    height: calc(1.08rem + 2px);
    padding-top: .27rem;
    padding-bottom: .27rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.input-custom .input-group>.form-control, .input-group>.form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-top: 0;
}
INPUT:not(:-webkit-autofill), SELECT:not(:-webkit-autofill), TEXTAREA:not(:-webkit-autofill) {
    animation-name: onautofillcancel;
}

.input-custom .input-group .btn {
    margin: 0;
}

#listLeadTypes td {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.date-r-label{
    height: calc(1em + .3rem) !important;
    border: 1px solid #aaa !important;
    border-bottom: none !important;
    border-radius: .3rem .3rem 0 0 !important;
}

.date-r-input{
    border: 1px solid #aaa !important;
    border-radius: 0 0 .3rem .3rem !important;
}
