/*  
Dashboard Name: Azurity
Theme URI: --------------
Description: ------------
Version: 1.0
Author: gotcha! Dev Team
Author URI: https://gotchamobi.com
*/

a,
a:hover {
    text-decoration: none;
}
#allproperty {
	width: 100% !important;
}
.daterangepicker.opensright::after {
	left: 430px;
}
.daterangepicker.opensright::before {
	left: 429px;
}

.header-wrap {
    background-color: #fff;
}
/*.wrap-all {
    margin-top: 240px;
}*/

.col-sm-12.rounded {
  overflow: hidden;
}
#allproperty_wrapper {
  border-radius: 6px;
  overflow: hidden;
}
.form-control:focus {
    box-shadow: 0 0 0 .25rem transparent !important;
    outline: 0 !important;
    border: 1px solid #ced4da !important;
}

/*.input.Text {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
} */

/*.input.Text label {
  font-family: Manrope;
  font-size: 19px;
  font-weight: bold;
  line-height: 42px;
  text-align: left;
  color: #364152;
  flex: 0 25%;
} */
/*------- new css for left menu ------- */
.left-menu {
	background: #F8FAFC;
	padding-top: 30px;
}
.left-nav li {
  list-style: none;
  line-height: 30px;
}
.nav-item-new {
  color: #B9BFC8;
  font-size: 15px;
}
.left-nav {
  padding-left: 14px;
}
.left-nav .active {
  color: #475CC6;
  font-weight: bold;
}

/* ------- left menu css end ------- */
.form select {
	padding-left: 10px;
	font-family: Manrope;
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid #eee;
	background: #eee;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	height: 50px;
}
.active #analytics-tab {
	border-bottom: 2px solid #475cc6;
}
.copy-btn {
	background: transparent;
	border: none;
}
.copy-btn img {
	width: 20px;
}
.notification{
  color:#475CC6;
}
.cta-wrap input {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 42px;
    line-height: 40px;
    padding: 0 20px 0 50px;
    width: 100%;
}
.inputwrap {position: relative;}
.inputwrap .input::before {
	content: url('../img/calendar-icon.png');
	position: absolute;
	z-index: 10;
	width: 18px;
	height: 18px;
	display: block;
	margin-left: 10px;
	margin-top: 9px;
}
.dp-cta-btn {
  background-color: #475cc6;
  border: 0;
  border-radius: 8px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 42px;
  line-height: 42px;
  letter-spacing: 0.08px;
  text-align: center;
  padding: 0;
  width: 90px;
}
.lnk a {
	background: #475cc6;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	display: block;
	text-align: center;
	height: 42px;
	line-height: 40px;
	border-radius: 8px;
	padding: 0;
        font-family: Manrope;
}
#bypass-landing-screen {
	width: 20px;
}
.heading {
  font-family: 'Manrope', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #485DC6;
}
.export-cta-btn {
  background-color: #475cc6;
  border: 0;
  border-radius: 8px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 42px;
  line-height: 42px;
  letter-spacing: 0.08px;
  text-align: center;
  padding: 0;
  width: 114px;
}
.export-cta-btn i {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.export-cta-btn a {
  color: #fff;
  padding: 0;
  display: block;
}

th.w-4, td.w-4 {width: 3% !important;}
th.w-28, td.w-28 {width: 22% !important;}
th.w-9, td.w-9 {width: 10% !important;}
#allproperty th.w-9, #allproperty td.w-9 {width: 7% !important;}
#allproperty .table td, #allproperty .table td a {font-size: 15px;}
/*table.table.w-97 {float: right;width: 98%;}
table.table tr.cl-head > td.w-4:first-child, tr.sub-total-rlt > td.w-4:first-child {width: 2% !important;}
table.table tr.cl-head > th.w-28, tr.sub-total-rlt > td.w-28  {width: 21% !important;}*/
th, td, button, input, p {
    font-family: 'Manrope', sans-serif;
}

.fa-solid {
    font-size: 21px;
}
.table th {
  height: 66px;
  line-height: 65px;
}
.table td, .table tbody th {
  height: 58px;
  line-height: 57px;
}
.table th, .table td {
  padding: 0 .7rem;
  transition: all 2s ease-in-out;
}
.top-titles {
    background-color: #475cc6;
}
.top-titles th {
    color: #fff;
    font-size: 15px;
}
table.table tr.cl-head td, table.table tbody tr.cl-head th, table.table.scl-total-list tbody td {
  height: 50px;
  line-height: 49px;
}
.table tr[class]:hover, .parent-list:hover, .cl-head:hover, 
.sub-child-list:hover, .sub-child-list tr:hover, 
.total-head:hover, .sub-total-rlthover:hover,
.scl-head:hover, #Patientssourceofleads tr:hover {
    cursor: pointer;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -moz-box-shadow: 0px 9px 4px -6px grey !important;
     -webkit-box-shadow: 0px 9px 4px -6px grey !important;
    box-shadow: 0px 9px 4px -6px grey !important;
}

.parent-list > td {font-weight: 700;}
.parent-list > td a.button {
  color: inherit;
/*  text-transform: capitalize;*/
}
/*.hcl-1 {
    background-color: rgba(71, 92, 198, 0.7);
}
.hcl-2 {
    background-color: rgba(82, 211, 201, 0.7);
}*/
.table tr.cl-head {
  --bs-table-accent-bg: rgba(0, 138, 205, 0.7);
  background-color: rgba(0, 138, 205, 0.7);
}
.table tr.cl-head:nth-child(3n) {
  --bs-table-accent-bg: rgb(0, 183, 188, 0.8) !important;
  background-color: rgb(0, 183, 188, 0.8) !important;
}

.table tr.cl-head > td {
    border-color: rgba(0, 138, 205, 0.7);
    color: #fff;
    font-weight: 700;
}
.table tr.cl-head > th {
    border-color: rgba(0, 138, 205, 0.7);
    color: #fff;
}
.table tr.cl-head > td > i {
    color: #fff;
}

.table tr.cl-head:nth-child(3n) > td {
    border-color: rgb(0, 183, 188, 0.8);
}
.table tr.cl-head:nth-child(3n) > th {
    border-color: rgb(0, 183, 188, 0.8);
}

/*.scl-total-list {
    background-color: rgba(255, 186, 0, 0.1);
}*/
.scl-head {
    background-color: rgba(71, 92, 198, 0.4);
}
.table-striped > tbody > tr.scl-head:nth-of-type(2n+1) > * {
  --bs-table-accent-bg: transparent;
}
.table-striped.scl-total-list > tbody > tr.scl-result:nth-of-type(2n+1) > * {
  --bs-table-accent-bg: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}
.table-striped.scl-total-list > tbody > tr.scl-result:nth-of-type(2n+2) > * {
  --bs-table-accent-bg: rgba(71, 92, 198, 0.1);
  background-color: rgba(71, 92, 198, 0.1);
}
.fa-solid.fa-circle-chevron-down {
  font-size: 18px;
  color: #cdd5df;
  cursor: pointer;
  line-height: 57px;
}
.fa-solid.fa-circle-chevron-down:hover {
  color: #475cc6;
}
.fa-solid.fa-circle-chevron-up {
  color: #475cc6;
  cursor: pointer;
}
.fa-regular.fa-star {
  font-size: 18px;
  color: #bfc5cc;
  cursor: pointer;
  line-height: 57px;
}

.scl-head th, .scl-result td {
  text-transform: capitalize;
}

.pl-open, .cl-open {
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}

.pl-open.rotate, .cl-open.rotate {
    color: #475cc6 !important;
    cursor: pointer;
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

table.table.scl-total-list tbody tr.slead-mhead > * {
    --bs-table-accent-bg: rgba(71, 92, 198, 0.8);
    background-color: rgba(71, 92, 198, 0.8);
}

table.table.scl-total-list tbody tr.total-head > * {
    --bs-table-accent-bg: rgba(75, 172, 219, 0.1);
    background-color: rgba(75, 172, 219, 0.1);
}

/*table.table.scl-total-list tbody tr:nth-of-type(2n+2) > * {
    --bs-table-accent-bg: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}
table.table.scl-total-list tbody tr:nth-of-type(2n+1) > * {
    --bs-table-accent-bg: rgba(75, 172, 219, 0.1);
    background-color: rgba(75, 172, 219, 0.1);
}*/

table.table.scl-total-list tbody tr.sub-total-rlt:nth-of-type(2n+2) > * {
    --bs-table-accent-bg: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}
table.table.scl-total-list tbody tr.sub-total-rlt:nth-of-type(2n+1) > * {
    --bs-table-accent-bg: rgba(75, 172, 219, 0.1);
    background-color: rgba(75, 172, 219, 0.1);
}

table.table.scl-total-list tbody tr.slead-mhead > th {color: #ffffff !important;}

/*.table > tbody > tr.parent-list:nth-of-type(2n+1) > * {
  background-color: rgb(255, 255, 255);
}
.table > tbody > tr.parent-list:nth-of-type(2n+3) > * {
  background-color: rgb(251, 251, 251);
}
.table > tbody > tr.parent-list:nth-of-type(3n) > * {
  background-color: rgb(251, 251, 251);
}*/

.no-rlt th {
  text-align: center;
  font-size: 18px;
}


table.table tr.active th {
  color: rgb(71, 92, 198);
}

/*table.table tbody tr:nth-of-type(n+1) > * {
    background-color: rgb(255, 255, 255)
}
table.table tbody tr:nth-of-type(n+3) > * {
    background-color: rgb(251, 251, 251);
}*/

.table > :not(caption) > * > * {
/*    border-bottom-width: 0;*/
    box-shadow: inset 0 0 0 0 transparent;
}

/*.table.scl-total-list > tbody > tr > *, 
.table > tbody > tr.cl-head > * {
    border-bottom-width: 0;
}*/

td[colspan="10"] {padding: 0 !important;}
.table td a, .table td a:hover {
  color: #222;
}
.table .childheadFAQ td a {
  line-height: 1.5;
  padding: 10px 0;
  display: block;
}
.formselection a {
	font-size: 14px;
	margin-right: 16px;
	text-transform: capitalize;
	font-style: normal !important;
	color: #475CC6;
}
.badge.bg-danger.position-absolute.translate-middle {
	background-color: #63E0D3 !important;
	border-radius: 65%;
	width: 20px;
	height: 19px;
	border: none !important;
}
.bell0 .bg-danger {
display:none;
}
.formselection .active span {
	border-bottom: 2px solid;
}
.table tr:last-child .actions .dd {
	top: -68px !important;
}
/*---------NEW CSS--------*/
.admin-btn1.neew i {
  color: #475cc6;
  position: relative;
  top: 10px;
  right: 20px;
}
.m-r {
  margin-right: 20px;
}
.admin-btn1.neew {
  text-align: right;
}
.export-cta-btn-2 {
  background-color: #475cc6;
  border: 0;
  border-radius: 8px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 42px;
  line-height: 42px;
  letter-spacing: 0.08px;
  text-align: center;
  padding: 0;
  width: 114px;
  margin-right: 20px;
}
.export-cta-btn-2 a {
  color: #fff;
  padding: 0;
  display: block;
  margin: 0 auto !important;
}
.select2-container--default .select2-selection--single {
  text-align: center;
}
.fixedHeader-floating .w-28 {
  width: 32% !important;
}
.fixedHeader-floating .w-4 {
	width: 4% !important;
}
.bor-b {
  border-bottom: 1px solid #eaecf5;
}
.websites select {
	font-size: 18px;
	color: #364152;
	font-weight: bold;
	border: 1px solid #cdd5df;
	padding: 6px 40px;
	background: transparent;
	position: relative;
	font-family: 'Manrope', sans-serif;
	text-align: center;
	border-radius: 4px;
	background-image: url('/img/Group270.png');
	background-repeat: no-repeat;
	background-position: 5px 3px;
}
.websites option {
  background: #fff;
  border: none !important;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  font-size: 16px;
  color: #404668;
  line-height: 28px;
  font-weight: 500;
  font-family: 'Manrope', sans-serif;
}
.date-ran {
  font-size: 18px;
  line-height: 22px;
  color: #404668;
  font-weight: bold;
  font-family: 'Manrope', sans-serif;
  padding-top: 6px;
  text-align: end;
}
.chnge label {
  flex: auto !important;
}
#daterange {
  text-align: right;
}
.inputwrap {
	position: relative;
}
.chnge .submit input {
	color: #fff;
	background: #475CC6;
	margin-top: 20px;
	margin-bottom: 0;
}
.input.Text2::before {
	content: url('/img/calendar-icon.png');
	position: absolute;
	top: 0;
	left: 12px;
	z-index: 10;
	width: 18px;
	height: 18px;
	display: block;
}
/*.input.Text::before {
	content: url('/img/calendar-icon.png');
	position: absolute;
	top: 9px;
	left: 24px;
	z-index: 10;
	width: 18px;
	height: 18px;
	display: block;
} */
.form legend {
	font-size: 24px;
	font-weight: bold;
}
.form label {
	margin-bottom: 4px;
	font-family: Manrope !important;
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 30px !important;
        text-align: left;
        color: #364152;
}
.form-fill td {
  height: 68px;
	line-height: 1.4;
	font-size: 14px;
	color: #404668 !important;
	font-family: 'Manrope', sans-serif;
	font-weight: normal;
	vertical-align:middle;
}
.actions {
	text-align: center;
}
.dd a {
  color: #404668;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 500;
  font-family: 'Manrope', sans-serif;
  font-size:14px
}
.form-fill thead {
  background: #475CC6;
}
.form-fill th {
  color: #fff;
  height: 71px;
  line-height: 1.3;
  font-size: 14px;
  vertical-align: middle;
}
.form-fill th:nth-last-child(3) {
  width: 8% !important;
  word-spacing: 30px;
}
.form-fill th:nth-last-child(2) {
  width: 8% !important;
}
.form-fill th:last-child {
  width: 80px !important;
}
#show {
  position: relative;
  text-align: left;
}
.ss:hover .dd {display: block !important;}
.table {
  --bs-table-striped-bg: #f8fafe;
}
tbody, td, tfoot, th, thead, tr {
	border: none;
}
.result {
	margin-left: 20px;
	font-size: 15px;
	color: #9aa4b2;
	letter-spacing: 0.08px;
	line-height: 20px;
	font-weight: normal;
	font-family: 'Manrope', sans-serif;
}
.dayss {
  font-size: 14px;
  color: #9aa4b2;
  font-family: 'Manrope', sans-serif;

}
.write {
  margin-right: 10px;
}
.dd {
	display: none;
}
.dd {
	background: #fff;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
	padding: 10px 14px;
	width: 110px;
	border-radius: 8px;
	position: absolute;
	right: 40px;
  z-index: 9999;
  top: 7px;
}
.ico {
  margin-right: 10px;
}
.formselection {
        font-size: 20px;
	color: #293056;
	line-height: 28px;
	font-family: 'Manrope', sans-serif;
	font-weight: bold;
}
.formselection select {
	font-size: 20px;
	color: #293056;
	line-height: 28px;
	font-family: 'Manrope', sans-serif;
	font-weight: bold;
	background: transparent;
	border: none;
	padding: 10px 10px;
	padding-left: 0;
}
.formselection select option {
  background: #fff;
  border: none !important;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  font-size: 16px;
  color: #404668;
  line-height: 28px;
  font-weight: 500;
  font-family: 'Manrope', sans-serif;
}
.nav-tabs .nav-link a {
        font-family: 'Manrope', sans-serif;
	font-size: 19px;
	line-height: 28px;
	color: #404668;
	font-weight: bold;
}
.nav-tabs .active a {
        font-family: 'Manrope', sans-serif;
	color: #475cc6 !important;
         
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        font-family: 'Manrope', sans-serif;
	border: none;
	color: #475cc6;
	border-bottom: 2px solid #475cc6;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: none;
  border-bottom: 2px solid #475cc6 !important;
  color: #475cc6 !important;
}
.active #form-tab {
	 border-bottom: 2px solid #475cc6;
}
.head-1 h2 {
	font-size: 20px;
	color: #293056;
	line-height: 28px;
	font-family: 'Manrope', sans-serif;
	font-weight: bold;
	background: transparent;
	border: none;
	padding: 0;
}
/* .table-striped > tbody > tr:nth-of-type(2n+1) > * {
	background: #f8fafe;
} */
table.table tr.cl-head td, table.table tbody tr.cl-head th, table.table.scl-total-list tbody td {
	vertical-align: middle;
}
.nav-link {
	padding-left: 0;
	padding-right: 0;
	margin-right: 20px;
}
.top-titles th {
	height: 71px;
  line-height: 70px;
}
.table.dataTable.no-footer.dtr-inline .top-titles:hover {
	box-shadow: none !important;
}
.form-fill {
	overflow: hidden;
	border-radius: 8px;
}
.dataTables_info {
	font-size: 15px;
	color: #9aa4b2;
	letter-spacing: 0.08px;
	line-height: 20px;
	font-weight: normal;
	font-family: 'Manrope', sans-serif;
}
.active > .page-link, .page-link.active {
	background-color: #475CC6;
}
#DataTables_Table_0_paginate {
	float: right;
}
.form-select {
	display: inline-block;
	width: auto;
	margin-left: 6px;
	margin-right: 6px;
}
#DataTables_Table_0_length label {
	font-size: 15px;
	color: #9aa4b2;
       font-family: 'Manrope', sans-serif;
}
.info {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 30px;
}
#DataTables_Table_0_info {
  display: inline-block;
}
.top .dataTables_info{
display: inline-block;
}
.top {
  position: absolute;
  margin-top: 10px;
}
.no-f {
  font-size: 20px;
  color: #293056;
  line-height: 28px;
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
}
.dataTables_paginate {
  float: right;
}
.dt-button.buttons-csv {
  background: #475cc6;
  width: 114px;
  text-align: center;
  font-size: 16px;
  font-weight:   500 !important;
  font-family: 'Manrope', sans-serif;
  border-radius: 8px;
  height: 42px;
  border: none;
  padding: 0;
  letter-spacing: 0.08px;
}
.dt-buttons {
	float: right;
	margin-bottom: 20px;
}
.dt-button.buttons-csv::before {
	content: url(/img/Icon.png);
	position: relative;
	left: -7px;
	top: 3px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #475CC6;
}
.daterangepicker .ranges li.active {
	background-color: #475CC6;
}
.btn-primary {
  --bs-btn-bg: #475CC6;
}
.odd {
  background: #F8FAFE;
}
.export-cta-btn a::before {
	content: url(/img/Log-Out-Icon-2.png);
	position: relative;
	left: -7px;
	top: 7px;
}
.edit {
  background-image: url('/img/edit.png');
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left top;
  background-size: contain;
}
.view {
  background-image: url('/img/view.png');
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left top;
  background-size: contain;
}
.delete {
  background-image: url('/img/delete.png');
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left top;
  background-size: contain;
  margin: 0 !important;
}
.dd a.dropdown-item:last-child {
  margin-bottom: 0 !important;
}
.actions{
    position: relative;
 }
 .ss img {
  position: relative;
  z-index: 9;
  display: block;
  margin:0 auto;
}
.hedd {
	font-weight: bold !important;
	font-size: 22px !important;
	width: 50%;
	color:#293056;
}
.leads div span {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Manrope', sans-serif;
	margin-bottom: 10px;
}
.heading h3 {
  color:#475CC6;
  font-weight: bold;
  font-family: 'Manrope', sans-serif;
}
.login-form {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.form button {
	margin: 10px auto 0;
	background: #475CC6;
	border: none;
	cursor: pointer;
	font-weight: 600;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	display: block;
	color: #fff;
	padding: 14px 30px;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 15px;
	letter-spacing: 2px;
	width: 100%;
}
.form input {
	width: 100%;
	margin-bottom: 1em;
	padding: 13px 15px;
	border: 1px solid #eee;
	background: #eee;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.heading h3 {
  color:#475CC6;
  font-weight: bold;
  font-family: 'Manrope', sans-serif;
}
.admin-btn a {
  display: inline-block;
  background-color: #475cc6;
  border: 0;
  border-radius: 8px;
  color: #fff;
  height: 42px;
  text-align: center;
  padding: 0;
  width: 114px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.08px;
}
.admin-btn1 a {
	margin-left:12px;
}
/*-----------select box css-----------*/
 
.select2-container--open .select2-dropdown--below {
	border: none !important;
	border-radius: 8px !important; 
        box-shadow:0 3px 20px 0 rgba(0, 0, 0, 0.16);
}
.select2-results__option {
	font-size: 16px !important;
	color: #404668;
	text-transform: capitalize;
	font-weight: 500;
        padding-left: 15px;
        font-family: 'Manrope', sans-serif;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #364152;
	line-height: 28px;
	font-size: 18px;
	font-weight: bold;
    font-family: 'Manrope', sans-serif;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #cdd5df;
	border-radius: 6px;
	padding-top: 4px;
	height: 40px;
	background-image: url('/img/Group270.png');
	background-repeat: no-repeat;
	background-position: 6px 3px;
}
.select2-container--default .select2-results > .select2-results__options {
  margin-top:1px;
  max-height: 240px;
  overflow-y: auto;
}
.formselection .select2-container--default .select2-selection--single b {
	left: 80% !important;
}
.info {
  display: none;
}
.formselection  .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #293056;
	line-height: 28px;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
        font-family: 'Manrope', sans-serif;
        padding-left:0;
}
#select2-currentFormID-results {
	margin-top: 0; 
        padding-top:6px;
        padding-bottom:6px;
}
.formselection .select2-container--default .select2-selection--single {
	background:none !important;
	border: none !important;
}
#select2-currentFormID-results .select2-results__option {
	background-image: url('/img/write-icon.png');
	background-repeat: no-repeat;
	background-position: 13px 12px;
	padding-left: 39px;
	padding-top: 10px;
}
.select2-container--default .select2-results__option--selected {
	background-color: #fff;
	color: #404668;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 68%;
}
.select2-container--default .select2-results > .select2-results__options {
	border-radius: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	left: 50%;
	margin-left: -14px;
	margin-top: -2px;
	position: absolute;
	width: 14px;
	border: none !important;
	background-image: url(/img/Path_11.png);
	height: 8px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #F5F7FC;
	color: #404668;
}
.form-fill tbody tr:hover {
  position: relative;
  z-index: 99999;
}
.scl-head.group-item.childhead {display:block;}

.scl-total-list .scl-head {background-color: rgb(253, 253, 253);}
.scl-total-list .scl-head:nth-of-type(2n) {background-color: rgba(220, 225, 253, 0.4);}
.scl-total-list .slead-mhead-source {background-color: rgba(4, 33, 182, 0.5);color: #fff;}
/*.scl-total-list .scl-head.group-item {background-color: rgba(104, 127, 246, 0.3);border-bottom: 1px solid #fff;}*/
.sub-child-list[class*="slead-"] .scl-total-list .scl-head.group-item {background-color: rgba(104, 127, 246, 0.3);border-bottom: 1px solid #fff;}
.sub-child-list[class*="slead-"] > td > .scl-total-list > tbody > tr:nth-of-type(4n-1) {background-color: rgba(168, 182, 255, 0.3) !important;}

.childhead  td {
	background-color:#F9F9FE;
}
.slead-mhead-source td {
font-weight:bold;
color:#FFF !important;
}
.slead-mhead-source th {
font-weight:bold;
color:#FFF !important;
}
table#subpropertydata {
	width:100% !important;
	
}
.subsourceevents {
	display:none;
	
}
.mainhead{
	cursor:pointer;
}
.imgg img {
	width: 100%;
	height: auto;
}

.table tr.hcl-2 {
    --bs-table-accent-bg: rgb(0, 183, 188, 0.8) !important;
    background-color: rgb(0, 183, 188, 0.8) !important;
}
.breakdowndata .scl-head {
	background-color: rgb(253, 253, 253);
}
.breakdowndata .scl-head:nth-of-type(2n){
	background-color: rgba(220, 225, 253, 0.4);
	
}
.mainfaq {
	display:none;
	background-color:#F9F9FE !important;
}
.mainreference{
	display:none;
	background-color:#F9F9FE !important;
}
.mainfooter{
	display:none;
	background-color:#F9F9FE !important;
	
}
.mainsocial{
	display:none;
	background-color:#F9F9FE !important;
}
.subsourceevents{
	background-color:#F9F9FE !important;
}


#Patientssourceofleads thead tr {
  background-color: rgba(42, 151, 204, 0.7);
}

#Patientssourceofleads thead tr th {color: #fff;}
#HCPsourceofleads thead tr {
  background-color: rgba(42, 151, 204, 0.7);
}
#HCPsourceofleads thead tr th {color: #fff;}

tr.parent-list + tr:not([class]), tr.cl-head + tr:not([class]) {
  -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
          animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
.new-tbb .form-fill th {
  width: auto !important;
}
.new-tbb .form-fill th:last-child {
  width: 80px !important;
}
.new-tbb .form-fill th:nth-last-child(3) {
  word-spacing: 1px;
}
@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}



/*-------media ---*/
@media only screen and (max-width: 1920px) {
    /* .input.Text label {
      flex: 0 20%;
    }
    .input.Text > input {
      flex: 0 80%;
    } */

}
@media only screen and (max-width: 1680px) {
 /*   .input.Text label {
      flex: 0 23%;
    }
    .input.Text > input {
      flex: 0 76%;
    } */

}
@media only screen and (max-width: 1600px) {
/*    .input.Text label {
      flex: 0 24%;
    }
    .input.Text > input {
      flex: 0 76%;
    } */
}
@media only screen and (max-width: 1500px) {
 /*   .input.Text label {
      flex: 0 25%;
    }
    .input.Text > input {
      flex: 0 75%;
    } */

}

@media only screen and (max-width: 1537px) {
 /*   .input.Text label {
      flex: 0 25%;
    }
    .input.Text > input {
      flex: 0 75%;
    } */

}