body {
  font-family: 'Raleway', sans-serif;
  background: #1A1A1A;
}
.login-bg {
  background-image: url("../images/ksr/login/loginsideimg.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 480px;
  position: relative;
  background-position: 84%;
  border-radius: 5px;
}

.forgotpassword-bg {
  background-image: url("../images/ksr/login/loginsideimg.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 555px;
  position: relative;
  background-position: 84%;
  border-radius: 5px;
}
.main-content {
  /* width: calc(100vw - 245px); */
  background: #1A1A1A;
}

.main-contnet {
  width: calc(100vw - 265px);
  position: relative;
  margin-left: 241px;
  margin-top: 60px;
  padding-left: 20px;
  }
  .pageTilte {
    background: #3D3D3D 0% 0% no-repeat padding-box;
    padding: 10px;
    color: #fff;
    border-bottom: solid 1px;
  }
  .admintable {
    background: #3D3D3D;
    /* margin: 25px 30px; */
    border-radius: 8px;
    margin-top: 25px;
  }

  .searchbutton.form-control {
background: #333333 0% 0% no-repeat padding-box;
border-radius: 5px;
border: 0;
  }

  .searchbutton.form-control {
    background: #7D7D7D !important;
    border-radius: 3px !important;
    border: 0 !important;
    color: #fff !important;
    cursor: pointer;
  }

  .adminbutton {
    color: #F2F2F2;
    background: #333333 0% 0% no-repeat padding-box;
    border: 1px solid #ED3125;
    border-radius: 5px;
    padding: 8px;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
  }

  .actionbutton {
    background: #333333 0% 0% no-repeat padding-box;
    border: 1px solid #ED3125;
    border-radius: 5px;
    width: 32px;
    text-align: center;
  }

  .roleradiobutton {
    float: left;
    margin-right: 10px;
}

.btn-default {
  background: #333333 0% 0% no-repeat padding-box;
  border: 1px solid #ED3125;
  border-radius: 5px;
  color: #F2F2F2;
  margin-right: 20px;
  padding: 5px 10px;
}
  
.adminMainTable tr td{
  /* border:1px solid red */
  border-bottom: solid 1px #646464;
  color: #FFFFFF;
  font-size: 14px;
  padding: 8px;
  text-align: left;
  margin: 10px;
  padding-left: 18px;
  word-wrap:break-word;
}

.adminMainTable th {
  margin: 3px;
  text-align: left;
  color: #FC6157;
  border-bottom: solid 1px #646464;
  padding: 8px;
  font-size: 14px;
  padding-left: 18px;
}
.adminMainTable tbody {
    display:block;
    height:200px;
    overflow:auto;
}
.adminMainTable thead, .adminMainTable tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
/* .adminMainTable thead {
    width: calc( 100% - 1em )
} */
.adminMainTable table {
  width: 100%;
}

a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

a {
  color: #fff !important;
  text-decoration: none !important;
}

.adminfomm label{
  color: #FC6157;
  text-align: left;
  font-size: 12px;
}
.adminfomm .form-control {
  background: #7D7D7D !important;
  border-radius: 3px !important;
  border: 0 !important;
  color: #fff !important;
  cursor: pointer;
}

#style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color:#a6a6a6;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 5px;
  background-color:#a6a6a6;
  border-radius: 10px;
}

#style-7::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #e6e6e6;
}



  /* petram code */
.customcheckbox {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #0f96e3;
  background: #fff;
  z-index: 999;
  left: 0;
  border-radius: 2px;
}
.customcheckbox:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-logo {
  max-width: 130px;
  display: inline-block;
  padding: 10px;
  background: #1e1e1e;
  height: 60px;
  cursor: pointer;
}
.main-logo .btn-sm {
  min-width: 40px;
}
.navbar.white-bg {
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0,
    0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0,
    0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.tp-nav .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 130px;
}
.tp-nav .breadcrumb-item a,
.tp-nav .breadcrumb-item {
  color: #9d9d9d;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.tp-nav .breadcrumb-item a,
.tp-nav .breadcrumb-item.active {
  line-height: 43px;
}
.tp-nav .breadcrumb-item.active {
  color: #e41057;
}
.tp-nav .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: url("../images/bc-arrow.png") no-repeat;
  width: 9px;
  height: 15px;
  position: relative;
  right: 15px;
}
.tp-nav super {
  background: #e41057;
  color: #fff;
  font-weight: 500;
  padding: 2px 5px 1px;
  border-radius: 15px;
  font-size: 12px;
  line-height: 15px;
  top: -10px;
  position: relative;
  left: -10px;
}
.tp-nav .notify {
  position: relative;
}
.tp-nav .notify:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: -10px;
  top: 0px;
  bottom: 0px;
  border: 1px solid #9d9d9d;
  border-width: 0 0 0 1px;
}
.tp-nav .nav-link span {
  color: #3d3d3d;
  vertical-align: middle;
  padding: 3px 10px 0 0;
  display: inline-block;
  text-transform: uppercase;
}
.tp-nav .nav-link figure {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: solid 2px #283040;
  border-radius: 50%;
  margin: 0;
  position: relative;
}
.tp-nav .nav-link figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.tp-nav .nav-link {
  padding: 0.5rem 1rem 0;
  vertical-align: middle;
}
.tp-nav .sidebar {
  background-color: #283040;
}
#wrapper .sidebar .dropdown-menu {
  background-color: #283040;
  padding: 0;
  margin: 0;
}
#wrapper .sidebar .nav-item .nav-link {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  text-transform: uppercase;
}
#wrapper .sidebar .dropdown-item span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-transform: initial;
  display: inline-block;
  padding-left: 15px;
}
#wrapper .sidebar .dropdown-item.active span,
#wrapper .dropdown-item:hover span {
  color: #fff;
}
#wrapper .sidebar .dropdown-item.active {
  /* background:#be1652; */
  background: #e41057;
  border-bottom: solid 1px #9a1343;
}
#wrapper .sidebar .dropdown-item:hover {
  background: rgb(228, 16, 87, 0.8);
  border-bottom: solid 1px rgb(154, 19, 67, 0.8);
}
#wrapper .sidebar .dropdown-item {
  padding: 12px 15px;
  border-bottom: solid 1px transparent;
  background: #283040;
}
#wrapper .sidebar .dropdown-item.pl-15 {
  padding-left: 15px;
}
#wrapper .sidebar {
  position: fixed;
  top: 60px;
}
#wrapper .sidebar.toggled .nav-item .dropdown-menu,
#wrapper .sidebar.toggled1 .nav-item .dropdown-menu {
  position: relative !important;
  width: 90px;
  left: 0 !important;
}
#wrapper .sidebar.toggled .dropdown-item span,
#wrapper .sidebar.toggled1 .dropdown-item span {
  display: block;
  max-width: 90px;
  padding-left: 0px;
  white-space: pre-wrap;
  text-align: center;
  line-height: 15px;
  padding-top: 5px;
  font-size: 12px;
}
#wrapper .sidebar.toggled .dropdown-menu,
#wrapper .sidebar.toggled1 .dropdown-menu {
  min-width: auto;
}
#wrapper .sidebar.toggled .dropdown-item,
#wrapper .sidebar.toggled1 .dropdown-item {
  padding: 10px 5px;
  text-align: center;
}
#wrapper .sidebar.toggled .nav-item .nav-link,
#wrapper .sidebar.toggled1 .nav-item .nav-link {
  padding: 0.75rem 0rem;
  font-size: 14px !important;
}
#wrapper .sidebar.toggled .nav-item .nav-link,
#wrapper .sidebar.toggled1 .nav-item .nav-link {
  background: #441727;
  width: 100%;
}
#wrapper #content-wrapper {
  position: relative;
  top: 60px;
  left: 90px;
  width: calc(100% - 90px);
}
.sidebar-toggled #wrapper #content-wrapper {
  width: calc(100% - 90px);
  left: 90px;
}
.white-box {
  background: #fff;
  padding: 16px;
  border-radius: 2px;
  border: solid 1px #f2f2f2;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0px 1px 5px #03161a1a;
}
.widget_form {
  position: relative;
  z-index: 1;
}
.greybox {
  -webkit-box-shadow: 1px 0 0 #dadce0, 1px 0 0 #dadce0,
    0 0px 2px 0 rgba(60, 64, 67, 0.3), 0 0px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 1px 0 0 #dadce0, 1px 0 0 #dadce0,
    0 0px 2px 0 rgba(60, 64, 67, 0.3), 0 0px 3px 1px rgba(60, 64, 67, 0.15);
  background: #f6f6f6;
  padding: 15px;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
}
.avg-prediction {
  padding: 10px;
  display: inline-block;
  width: 100%;
}
.avg-prediction:before,
.avg-prediction:after {
  content: "";
  width: 45px;
  height: 47px;
  display: inline-block;
  position: absolute;
}
.sidebar-toggled .avg-prediction:after {
  right: 5px;
}
.avg-prediction h1 {
  color: #5528ff;
  font-size: 65px;
  font-weight: 600;
  margin-bottom: 0px;
}
.avg-prediction p {
  color: rgb(40, 48, 64, 0.75);
  font-size: 13px;
  min-width: 140px;
}
.pl-100 {
  padding-left: 100px;
}
.set-size {
  font-size: 10em;
}
.charts-container:after {
  clear: both;
  content: "";
  display: table;
}
.cusotmer-value .progress {
  width: 140px;
  height: 140px;
  line-height: 150px;
  background: none;
  margin: 15px auto 20px;
  box-shadow: none;
  position: relative;
}
.cusotmer-value .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.cusotmer-value .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.cusotmer-value .progress .progress-left {
  left: 0;
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}

.mnth-calender {
  position: relative;
  width: 250px;
}
.mnth-calender:after {
  content: "";
  background: url("../images/arrowdown.png") no-repeat;
  width: 10px;
  height: 6px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 15px;
}
.pull-right {
  float: right;
}
.grey-btn {
  background: #b2b2b2;
  font-size: 16px;
  min-width: 200px;
  text-align: center;
  padding: 9px 10px;
  float: right;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
}
.grey-btn:hover,
.grey-btn:active {
  color: #fff;
}
.white-box.p0 {
  padding: 0;
  z-index: 1;
  position: inherit;
}
.menu-bar {
  position: absolute;
  right: 8px;
  top: -34px;
  z-index: 1;
  background: transparent;
  border: none;
  cursor: pointer;
}
.custom-chart .highcharts-button-symbol,
.custom-chart .highcharts-credits,
.custom-chart .highcharts-button-box {
  display: none;
}
.progress-txt {
  font-size: 13px;
  color: #3d3d3d;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0;
}
.dropdown-toggle.menu-bar::after {
  content: none;
}
.dropdown-toggle.menu-bar:focus {
  outline: none;
}
.chart-menu .dropdown-menu {
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0,
    0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  left: auto !important;
  right: 1%;
  z-index: 99999;
  margin-top: -32px;
  min-width: 200px;
  -webkit-transform: initial !important;
  transform: initial !important;
}
.chart-menu .dropdown-menu a {
  color: #3d3d3d;
  font-size: 14px;
  padding: 5px;
  display: inline-block;
  font-weight: 600;
}
.chart-menu .dropdown-menu a img,
.chart-menu .dropdown-menu a i {
  margin-right: 15px;
}
.chart-menu .dropdown-menu a i {
  font-size: 18px;
  color: #f31861;
}
.custom-tab nav > .nav.nav-tabs {
  border: none;
  color: #737373;
  background: #e8e8e8;
  border-radius: 0;
  display: inline-block;
}
.custom-tab nav > div a.nav-item.nav-link {
  border: none;
  padding: 15px 15px;
  font-size: 16px;
  color: #737373;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.custom-tab nav > div a.nav-item.nav-link.active {
  color: #fff;
  background: #1e1e1e;
  border-radius: 5px 5px 0 0;
  -ms-transform: scale(1, 1.1);
  -webkit-transform: scale(1, 1.1);
  transform: scale(1, 1.1);
  position: relative;
  top: -3px;
}
.custom-tab .tab-content {
  background: #fdfdfd;
  line-height: 25px;
  padding: 10px;
}
.custom-tab nav > div a.nav-item.nav-link:hover,
.custom-tab nav > div a.nav-item.nav-link:focus {
  border: none;
  background: #1e1e1e;
  color: #fff;
  transition: background 0.2s linear;
  border-radius: 5px 5px 0 0;
  -ms-transform: scale(1, 1.1);
  -webkit-transform: scale(1, 1.1);
  transform: scale(1, 1.1);
  position: relative;
  top: -3px;
}
.panel-content {
  padding: 10px 15px;
}
.filter-box .lbl-head,
.filter-box label,
.customervalue .lbl-head {
  font-size: 14px;
  color: #3d3d3d;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.customervalue .lbl-head {
  margin-bottom: 5px !important;
}
.filter-box select {
  color: #3d3d3d;
  font-size: 14px;
  color: #3d3d3d;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff url("../images/arrowdown.png") no-repeat;
  background-position: 96%;
}
.table-blk thead {
  font-size: 12px;
  color: #fff;
  background: #4e5065;
  line-height: 1.2;
}
.table-blk thead th {
  border-width: 0;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  opacity: 0;
}
.sort-table table thead .sort-icon:after,
.sort-table table thead .sort-icon:after,
.sort-table table thead .sort-icon:after,
.sort-table table thead .sort-icon:after,
.sort-table table thead .sort-icon:after {
  content: "";
  background: url("../images/sort.png") no-repeat;
  width: 14px;
  height: 10px;
  display: inline-block;
  opacity: 1 !important;
}
.sort-table .dataTables_length,
.sort-table .dataTables_filter,
.sort-table .dataTables_info {
  display: none;
}
.table-fixed {
  width: 100%;
}
.table-fixed tbody {
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.table-fixed thead,
.table-fixed tbody {
  display: block;
}
.table-fixed th,
.table-fixed tr {
  display: flex;
}
.table-fixed td {
  display: inline-block;
}
.table-fixed tbody td,
.table-fixed thead th {
  float: left;
  padding-right: 10px !important;
}
.table-fixed th {
  background: #4e5065;
}
.best-offer thead > tr > th,
.best-offer tbody > tr > td {
  width: 18% !important;
}
/* .best-offer thead > tr > th:first-child,
.best-offer tbody > tr > td:first-child {
  width: 110px !important;
} */
body::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #808080;
  outline: 1px solid slategrey;
}

.sort-table .table-fixed th.bg-hightlight,
.bg-hightlight {
  background: #44465f;
  color: #fff;
}
.sort-table table.table-bordered.dataTable tbody td {
  border-bottom-width: 1px;
  border-top: 0;
}
.sort-table table.table-bordered.dataTable tbody td.bg-hightlight {
  border: 0;
}
.sort-table table {
  border-bottom: 0;
}
.bg-pink {
  background: #ffe4ed;
}
.bg-pink .bg-hightlight {
  background: #684f6a;
}
.bg-blue {
  cursor: pointer;
}
.bg-blue,
.bg-blue.bg-hightlight {
  background: #1870c3;
  color: #fff;
  position: relative;
}
.in-blk {
  display: inline-block;
}
.grey-text.p0 {
  padding: 0;
  position: relative;
}
.head-filter .form-group {
  width: 160px;
  margin-right: 31px;
}
.head-filter .form-control {
  height: 32px;
  margin-top: 2px;
  line-height: 25px;
}
#age-chart,
#service-chart {
  min-width: 320px;
  max-width: 600px;
  margin: 0 auto;
}
#age-chart .highcharts-legend-item .highcharts-point,
#service-chart .highcharts-legend-item .highcharts-point {
  display: none;
}
.discount-desc {
  display: none;
  position: absolute;
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0,
    0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0,
    0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  background: #fff;
  top: 50px;
  right: -70px;
  min-width: 250px;
  padding: 10px 20px 10px 40px;
  border-radius: 5px;
  color: #222;
  z-index: 999;
}
.show-discount .discount-desc {
  display: block;
}
.discount-desc:before {
  border-bottom: 10px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
}
.discount-desc ul {
  margin: 0;
  padding: 0;
}
.discount-desc li a {
  background: #944cd3;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.discount-desc li p {
  color: #3d3d3d;
  margin: 5px 0;
  line-height: 1.2;
  font-size: 12px;
}
.discount-desc li {
  list-style: none;
  border-bottom: solid 1px #ddd;
}
.discount-desc li:last-child {
  border: 0;
}
h1.main-head {
  color: #3d3d3d;
  font-size: 17px;
  font-weight: 600;
  margin: 10px 0;
  text-transform: uppercase;
}
.bor-l {
  border-style: solid;
  border-width: 0 0 0 6px;
}
.bor-l.violet {
  border-color: #944cd3;
}
.bor-l.green {
  border-color: #3cba92;
}
.bor-l.yellow {
  border-color: #f2b92f;
}
.d-predict {
  margin-bottom: 20px;
}
.d-predict h2 {
  color: #3d3d3d;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 5px 0 15px;
}
.d-predict p {
  color: #3790dc;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
}

.thresholds-widget {
  display: block;
  float: left;
  border: 2px solid #f4f4f4;
  border-radius: 3px;
}
.thresholds-widget ul {
  padding: 15px 0;
}
.thresholds-widget ul > li {
  clear: both;
  display: inline-block;
  padding: 15px 0;
}
.value {
  float: left;
  min-width: 150px;
  max-width: 300px;
  text-align: center;
  padding: 10px;
}
.value.details1 h4 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 25px 0;
}
.value.details2 {
  width: 250px;
  margin-right: 20px;
}
.value.details2 h5 {
  font-size: 24px;
}
.value.details2 p {
  font-size: 20px;
}
.value.details2 h4 {
  font-size: 40px;
  color: #1ba569;
  font-weight: 600;
}
.value.details2 h4.red {
  color: #eb1b42;
}
.value.details3 {
  width: 300px;
  margin-right: 40px;
}
.value.details4 {
  width: 300px;
}
.value.details3 p,
.value.details4 p {
  margin-bottom: 0;
  font-size: 16px;
  text-align: left;
}
.value.details3 ul,
.value.details4 ul {
  background: #efefef;
  text-align: left;
  border-radius: 5px;
  /* height: 70px; */
  padding: 0;
}
.value.details3 li,
.value.details4 li {
  padding: 25px 20px;
  clear: right;
  margin: 0;
  width: 20%;
  text-align: center;
}
.value.details3 li.visible,
.value.details4 li.visible {
  background: #d2f4ff;
  color: #8fd2e8;
}
.value.details4 li {
  display: inline-block;
  padding: 17 px 18px;
}
.value.details3 li i {
  font-size: 35px;
  color: #c1c1c1;
}
.value.details4 li i {
  font-size: 35px;
  color: #c1c1c1;
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.reset-filter {
  color: #e41057;
  text-transform: uppercase;
  float: right;
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 5px;
}
.reset-filter:hover {
  color: #e41057;
}
.reset-filter i {
  margin-right: 5px;
  text-decoration: none;
}
.user-icon {
  background: url("../images/login/user.png") no-repeat;
  display: inline-block;
  background-position: 8% 24%;
}
.pwd-icon {
  background: url("../images/login/locked.png") no-repeat;
  display: inline-block;
  background-position: 8% 24%;
}
.mnth-calender .form-control {
  padding: 6px 30px 2px 35px;
}

.range {
  position: relative;
  width: 100%;
  height: 10px;
}
.range input {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 10px;
  background: #eae5e5;
  -webkit-appearance: none;
}
.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin: -6px -12px 0 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: 2px solid #c0c7cb !important;
  position: relative;
  z-index: 999;
}
.range input::-moz-range-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin: -6px -12px 0 -10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: 2px solid #c0c7cb !important;
  position: relative;
  z-index: 999;
}
.range input::-ms-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin: -6px -12px 0 -10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: 2px solid #c0c7cb !important;
  position: relative;
  z-index: 999;
}
.range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input:focus {
  background: none;
  outline: none;
}
.range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.range-labels {
  margin: 18px -4px 0;
  padding: 0;
  list-style: none;
}
.range-labels li {
  position: relative;
  float: left;
  width: 49.5px;
  text-align: center;
  color: #b2b2b2;
  font-size: 14px;
  cursor: pointer;
}
.range-labels li::before {
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 2px;
  height: 10px;
  background: #fd9db6;
}
.range-labels .active {
  color: #fd9db6;
}
.range-labels .selected::before {
  background: #fd9db6;
  left: 152%;
  right: 0px;
}
.range-labels .active.selected::before {
  display: none;
}
.score-card-title {
  margin-top: 90px;
  padding: 70px 10px 70px 50px;
}
.score-card-title h5 {
  font-size: 22px;
}
.score-card-title p {
  font-size: 15px;
}
.table-responsive.score-table {
  padding: 0px 10px;
}
.score-table .table thead th,
.score-table .table tbody td {
  border: none;
  font-size: 16px;
  text-align: center;
}
.score-table .table tbody td {
  border: 5px solid #fff;
}
.score-table .table tbody tr td {
  border: 10px solid #fff;
  padding: 20px;
}
.score-table .table tbody tr td.brd-red {
  border: 10px solid #fff;
}
.score-table .table tbody tr td.blue2 {
  background: #42baff;
  color: #fff;
}
.score-table .table tbody tr td.blue1 {
  background: #bfecff;
  color: #8d8585;
}
.score-table .table tbody tr td.default {
  background: #ebebeb;
  color: #8d8585;
}
.score-card-list {
  margin-top: 60px;
  font-size: 30px;
  line-height: 74px;
  text-align: center;
}
.scoring-tab {
  margin: 50px 25px;
  background: #f6f6f6;
  padding: 15px;
  border-radius: 3px;
}
.recommend {
  padding: 15px;
  margin-bottom: 20px;
}
.recommend > li:nth-child(1) {
  width: 360px;
  float: left;
  margin-right: 20px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background: #fff;
}
.recommend > li:nth-child(2) {
  width: 170px;
  float: left;
  margin-right: 20px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background: #fff;
}
.recommend > li:nth-child(3) {
  width: 240px;
  float: left;
  margin-right: 20px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  height: 157px;
  padding: 20px;
  background: #fff;
}
.recommend > li:nth-child(4) {
  width: 140px;
  float: left;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  height: 157px;
  padding: 20px;
  text-align: center;
  line-height: 14px;
  background: #fff;
}
/* .recommd-section1, .recommd-section2, .recommd-section3, .recommd-section4 {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    float:left;
} */
.recommd-list {
  width: 100px;
  float: left;
  padding: 20px;
  text-align: center;
  height: 157px;
  background: #ebebeb;
}
.recommd-list ul > li {
  font-size: 16px;
  padding: 4px;
  margin-bottom: 10px;
  font-weight: 600;
}
.recommd-list ul > li:nth-child(1) {
  background: #11a8ff;
}
.recommd-list ul > li:nth-child(2) {
  background: #42baff;
}
.recommd-list ul > li:nth-child(3) {
  background: #7dd0ff;
}
.recommd-des {
  padding: 20px 15px;
  width: 250px;
  float: left;
  line-height: 20px;
  font-size: 13px;
}
.recommd-des p {
  margin-bottom: 8px;
}
.recommd-section2 {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  text-align: center;
  padding: 20px;
  height: 157px;
}
.recommd-section2 h5,
.recommd-section2 p {
  margin-top: 10px;
  color: #e41057;
  font-size: 18px;
  margin-bottom: 15px;
}
.recommd-section2 h4 {
  font-size: 28px;
  font-weight: 600;
}

.recommd-section3 ul li:nth-child(1) {
  width: 80px;
  float: left;
  background: #42baff;
  height: 45px;
  margin-right: 30px;
  padding: 10px 10px;
  text-align: left;
  font-size: 14px;
  margin-top: 80px;
  line-height: 16px;
}
.recommd-section3 ul li:nth-child(2) {
  width: 80px;
  height: 100px;
  float: left;
  background: #42baff;
  font-size: 14px;
  height: 125px;
  padding: 10px 10px;
  text-align: left;
  line-height: 16px;
}
.recommd-section4 i.fa.fa-user {
  font-size: 30px;
  margin-top: 24px;
}
.pad-30 {
  padding: 30px;
}

button.btn.btn-pri {
  background: #e41057;
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
  margin-right: 5px;
  min-width: 135px;
  height: 50px;
  padding: 8px;
}
button.btn.btn-pri i.fa.fa-check {
  font-size: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px;
  margin-right: 8px;
}
.custom-select {
  position: relative;
  border: none;
  padding: 0;
}
.custom-select:after {
  position: absolute;
  content: "";
  right: 0;
  border: 5px solid transparent;
  border-top: 5px solid #333;
  top: 20px;
}
.custom-select select {
  border: none;
  border-bottom: 1px solid #ed1093;
  border-radius: 0;
  padding-left: 0;
  background: #f6f6f6;
}
.custom-label {
  color: #4c85ff !important;
  margin-bottom: 0;
  line-height: 14px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pl-15 {
  padding-left: 15px;
}
.p-color {
  color: #b8b8b8;
}

.circle.c-container {
  border-radius: 5px !important;
  -webkit-box-shadow: 1px 0 0 #dadce0, 1px 0 0 #dadce0,
    0 0px 2px 0 rgba(60, 64, 67, 0.3), 0 0px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 1px 0 0 #dadce0, 1px 0 0 #dadce0,
    0 0px 2px 0 rgba(60, 64, 67, 0.3), 0 0px 3px 1px rgba(60, 64, 67, 0.15);
}
.menunav {
  position: absolute;
  left: 20%;
  margin: 0px auto;
  width: 260px;
  height: 260px;
}
.menunav ul {
  position: relative;
  padding: 50%;
  max-width: 0;
  max-height: 0;
  list-style: none;
}
.menunav li {
  position: absolute;
}
.menunav label {
  cursor: pointer;
}
.slice label {
  display: block;
  line-height: 1.2;
  text-align: center;
}
.slice label span {
  display: block;
}
.slice label:hover {
  /* color: white; */
  transition: all 0.5s ease;
}
.circle .menuname:hover {
  color: white;
  transition: color 0.5s ease;
}

.slice p {
  width: 100px;
  margin-left: 185px;
}
.unsel {
  z-index: 2;
  top: 35.6%;
  left: 32.8%;
  width: 85px;
  height: 85px;
  text-align: center;
  background-color: #f2a427;
  margin-right: 0;
}
.unsel label {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.unsel label:before {
  content: "Next Best Action";
  display: inline-block;
  position: relative;
  top: 27px;
}
.middle {
  z-index: 1;
  top: 35%;
  left: 32%;
  width: 90px;
  height: 90px;
  text-align: center;
  background-color: #fff;
}
.menunav {
  position: absolute;
  left: 66%;
  z-index: 1;
  top: 0;
  display: none;
}
.menunav.active {
  display: block;
}
.circle label span {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.menu1 {
  transform: rotate(-90deg);
  left: 10px;
  top: -22px;
}
.menu2 {
  transform: rotate(0deg);
  right: -30px;
  left: auto;
  top: 17px;
}
.menu3 {
  transform: rotate(90deg);
  right: 10px;
  left: auto;
  top: 52.2%;
}
.menu4 {
  transform: rotate(180deg);
  left: -29px;
  top: 37.2%;
}
.slice.active label:before,
.slice:hover label:before {
  color: #fff;
}
.slice label:before {
  display: inline-block;
  max-width: 80px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  color: #222;
  font-size: 12px;
  line-height: 1.5;
}
.bestoffer:before {
  content: "Next Best Offers";
  position: relative;
  top: 37px;
  right: 37px;
  transform: rotate(90deg);
}
.bestservice:before {
  content: "Next Best Service";
  position: relative;
  top: 65px;
  right: 13px;
  transform: rotate(0deg);
}
.bestmessage:before {
  content: "Next Best Message";
  position: relative;
  top: 53px;
  right: 13px;
  transform: rotate(-90deg);
}
.slice label:after {
  content: "";
  display: inline-block;
  padding: 17px;
  position: absolute;
}
.cross-icon {
  background: #ff4a6d;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.cross-icon:hover {
  color: #fff;
}
.cross-icon i {
  position: relative;
  top: 2px;
  left: 1px;
}
.circle:before,
.circle:after,
.circle {
  border-radius: 50%;
}

.dashboard-tab .nav-tabs {
  max-width: 950px;
  margin: auto;
  border-radius: 50px;
  background: #fff;
  box-shadow: 1px 0 0 #dadce0, 1px 0 0 #dadce0,
    0 0px 2px 0 rgba(60, 64, 67, 0.3), 0 0px 3px 1px rgba(60, 64, 67, 0.15);
}
.dashboard-tab .nav-fill .nav-item {
  border-radius: 30px;
  border: solid 1px transparent;
  color: #211f1f;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px;
  line-height: 15px;
  width: 233.3px;
}
.dashboard-tab .nav-tabs .nav-link.active,
.dashboard-tab .nav-tabs .nav-item.show .nav-link {
  background: #fff6f9;
  border: solid 1px #e41057;
  color: #e41057;
}
.dash-grid,
.dash-grid h2 {
  font-size: 14px;
  font-weight: 600;
  min-height: 16px;
}
.dash-grid h2 {
  color: #3d3d3d;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.dash-grid p {
  color: #9f9f9f;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-size: 12px;
}
.dash-grid strong {
  color: #3790dc;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0px;
  display: inline-block;
  width: 98%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dash-grid ul.kycpopover li strong {
  display: initial;
}
.grid-data p:before {
  padding: 8px;
  display: inline-block;
  content: "";
  padding-right: 15px;
}

.lfvalue p {
  color: #3d3d3d;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 12px;
}
.lfvalue strong {
  color: #3790dc;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.grid-box {
  padding: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .tp-nav .nav-link span {
    max-width: 54px !important;
  }
  .tp-nav .nav-link figure {
    width: 23px !important;
    height: 23px !important;
  }
  .tp-nav.navbar-expand .navbar-nav .dropdown-menu {
    top: 42px !important;
    min-width: 200px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .sm-nav .sidebar li {
    display: inline-block;
    width: 100%;
  }
  .tp-nav .breadcrumb {
    left: 110px !important;
  }
  .chart-container1 {
    min-width: 320px !important;
  }
  .sm-w-210 {
    width: auto;
    margin: 0;
  }
  .upload-filter.radio-filter li {
    width: 100% !important;
  }
  .sm-pr-15 {
    padding-right: 15px !important;
  }
  .sm-mr-65 {
    position: relative;
    right: 50%;
    margin-right: 0px !important;
  }
  #wrapper .sm-nav.sidebar .dropdown-item {
    overflow: visible;
    width: 90px !important;
  }
  #wrapper .sm-nav.sidebar .dropdown-item span {
    /* display: inline-block;
    text-align: left;
    padding-left: 15px;
    font-size: 14px;
    width: 100%;
    max-width: none; */
    display: block;
    max-width: 90px;
    padding-left: 0px;
    white-space: pre-wrap;
    text-align: center;
    line-height: 15px;
    padding-top: 5px;
    font-size: 12px;
  }
  .sm-nav .dropdown-menu {
    min-width: auto;
    position: static !important;
  }
  .sidebar .nav-item .nav-link {
    text-align: left;
  }
  .sidebar .nav-item .nav-link span {
    font-size: 14px;
  }
  #wrapper .sidebar.toggled .nav-item .nav-link,
  #wrapper .sidebar.toggled1 .nav-item .nav-link {
    padding: 0.75rem 15px;
  }
  /* .menu-tab .sm-nav.sidebar {
    width: 0px !important;
    display: none;
  } */
  .sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 8px;
  }
  .menu-tab.sidebar-toggled .sm-nav.sidebar.toggled,
  .menu-tab.sidebar-toggled .sm-nav.sidebar.toggled1 {
    display: block;
    z-index: 999;
    overflow: visible;
    width: 90px !important;
  }
  .main-logo {
    width: 110px;
  }
  .tp-nav .navbar-brand {
    padding-bottom: 0;
  }
  .tp-nav .main-logo .btn-sm {
    padding: 0 35px;
  }
  #wrapper #content-wrapper,
  .sidebar-toggled #wrapper #content-wrapper {
    /* width: 100%;
    left: 0; */
    width: calc(100% - 90px);
    left: 90px;
  }
  /* .sm-mb20 {
    margin-bottom: 20px;
  } */
  /* #wrapper .sidebar.toggled .nav-item .dropdown-menu,
  #wrapper .sidebar.toggled1 .nav-item .dropdown-menu {
    width: 225px;
  } */
  /* .mr-xs-3 {
    margin-right: 1rem !important;
  } */
  .navbar-brand:hover + .sidebar {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .logo-panel {
    display: none;
  }
  #approval .highcharts-data-label text {
    font-size: 9px !important;
  }
  #approval {
    height: 200px !important;
    min-width: auto !important;
  }
  .best-offer thead > tr > th:first-child,
  .best-offer tbody > tr > td:first-child {
    width: 110px !important;
    min-width: 110px !important;
  }
  .best-offer thead > tr > th,
  .best-offer tbody > tr > td {
    width: 18% !important;
    min-width: 200px !important;
  }
  .segmentlabels label {
    width: 100% !important;
  }
  .sm-space {
    padding-right: 15px !important;
    margin-bottom: 20px;
  }
  .execute-tbl label {
    font-weight: 600;
  }
  .execute-tbl label span {
    float: none !important;
    padding-left: 10px;
  }
  .mp-indicator li {
    width: 50% !important;
  }
  .tp-nav .breadcrumb {
    position: relative !important;
    left: auto !important;
    z-index: 1 !important;
    padding: 5px;
  }
  .tp-nav .nav-link span {
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sm-pl-0 {
    padding-left: 0px !important;
  }
  .widget-tab .tab-content {
    padding: 0px !important;
  }
  .login-widget {
    width: 96%;
  }
  .radio-filter li {
    width: 100% !important;
  }
  .login-panel {
    width: 100%;
  }
  .login-panel,
  .login-widget {
    height: 450px;
  }
  .plxs-0 {
    padding-left: 0px !important;
  }
  .sm-mr-0 {
    margin-right: 0px !important;
  }
  .sm-mr-15 {
    margin-right: 15px !important;
  }
  .sm-mt-15 {
    margin-top: 15px !important;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .sm-mb0 {
    margin-bottom: 0px !important;
  }
  .mnth-calender {
    width: 208px;
  }
  .score-card-title {
    margin-top: 0px;
    padding: 10px 10px 0px 50px;
  }
  .scoring-tab {
    margin: 15px 5px;
    padding: 5px;
  }
  .recommend {
    padding: 5px;
  }
  .sm-pl-5 {
    padding-left: 5px !important;
  }
  .dashboard-tab .nav-fill .nav-item,
  .dashboard-tab .nav-tabs {
    border-radius: 5px;
  }
  .menunav {
    left: auto;
    right: 3%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 420px) {
  h5.form-title {
    margin-bottom: 0px !important;
  }
  .select-img .md-checkbox {
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  #approval {
    width: 85%;
  }
  .execute-tbl .mat-expansion-panel-header {
    margin-top: -5px !important;
  }
  .widget-tab .nav-fill .nav-item:not(:last-child):before,
  .widget-tab .nav-fill .nav-item:not(:last-child):after {
    content: none;
    border: 0px !important;
  }
  .widget-tab .nav-fill {
    border-radius: 0px !important;
  }
  .widget-tab .nav-fill .nav-item:first-child,
  .widget-tab .nav-fill .nav-item:last-child {
    border-radius: 0px !important;
  }
  .widget-tab .nav-fill .nav-item {
    width: 100%;
    border-bottom: solid 1px #ddd;
  }
  .widget-tab .nav-fill .nav-item:last-child {
    border: none;
  }
  .chart-container1 {
    min-width: 280px !important;
  }
  .widget-container {
    padding: 20px 10px;
  }
  .table.execute-tbl td:first-child {
    padding-left: 0px !important;
  }
  .table.execute-tbl td:last-child {
    padding-right: 0px !important;
  }
  .table.execute-tbl th,
  .table.execute-tbl td {
    font-size: 14px !important;
  }
  .execute-tbl .lbl-box {
    width: 100% !important;
  }
  .form-container {
    padding: 10px !important;
  }
  .recommd-list,
  .recommend > li:nth-child(4),
  .recommend > li:nth-child(1),
  .recommend > li:nth-child(3),
  .recommend > li:nth-child(2) {
    width: 100%;
  }
  .recommend > li:nth-child(3),
  .recommend > li:nth-child(2),
  .recommend > li:nth-child(1) {
    margin-right: 0px;
  }
  .recommend {
    padding: 5px;
    width: 100%;
    display: inline-block;
  }
  .thresholds-widget,
  .value-details {
    width: 100%;
    display: inline-block;
  }
  .value,
  .value.details2,
  .value.details3,
  .value.details4 {
    width: 100%;
    min-width: -webkit-fill-available;
    max-width: none;
  }
  .value.details3 li,
  .value.details4 li {
    padding: 25px 15px;
    width: 20%;
    margin: 0;
    text-align: center;
  }
  .value.details1 h4 {
    padding: 10px 0;
  }
  .unsel {
    width: 55px;
    height: 55px;
    top: 36.8%;
    left: 36.2%;
  }
  .middle {
    width: 60px;
    height: 60px;
    top: 36%;
    left: 35%;
  }
  .unsel label {
    font-size: 10px;
  }
  .unsel label:before {
    top: 9px;
  }
  .menunav {
    width: 215px;
    height: 215px;
  }
  .menu1 {
    left: 6px;
    top: 8px;
  }
  .menu2 {
    right: 7px;
    top: 8px;
  }
  .menu3 {
    right: 7px;
    top: 50.5%;
  }
  .menu4 {
    left: 6px;
    top: 50.5%;
  }
  .slice .bestoffer:after {
    top: 35px;
    left: 43px;
  }
  .bestoffer:before {
    top: 33px;
    right: 25px;
  }
  .slice label:before {
    font-size: 10px;
  }
  .bestservice:before {
    top: 63px;
    right: -4px;
  }
  .slice .bestservice:after {
    top: 22px;
    left: 31px;
  }
  .bestmessage:before {
    top: 43px;
    right: -9px;
  }
  .slice .bestmessage:after {
    top: 32px;
    left: 14px;
  }
  .sb-smbox {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .md-mh-480 {
    min-height: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #approval .highcharts-data-label text {
    font-size: 9px !important;
  }
  .md-mh-480 {
    min-height: 480px;
  }
  .sm-100 {
    max-width: 100% !important;
    flex: 0 0 100%;
  }
  .xs-mt-10 {
    margin-top: 10px !important;
  }
  .customervalue .mnth-calender {
    width: 180px !important;
  }
  .segmentlabels label {
    width: 100% !important;
  }
  .best-offer thead > tr > th:first-child,
  .best-offer tbody > tr > td:first-child {
    width: 110px !important;
    min-width: 110px !important;
  }
  .best-offer thead > tr > th,
  .best-offer tbody > tr > td {
    width: 18% !important;
    min-width: 200px !important;
  }
  .mhs-142 {
    min-height: 142px !important;
  }
  .execute-tbl label {
    width: calc(100% - 20px) !important;
  }
  .revenuechart {
    height: 105px !important;
  }
  .mhs-230 {
    min-height: 230px;
  }
  .custom-iselect p {
    min-height: 70px !important;
  }
  .mhs-150 {
    min-height: 150px;
  }
  .md-pl-0 {
    padding: 0px !important;
  }
  .form-container {
    padding: 15px !important;
  }
  .upload-filter.radio-filter li {
    width: 100% !important;
  }
  .sb-smbox {
    width: calc(100% - 150px);
    float: left;
  }
  .radio-filter li {
    width: 33% !important;
  }
  .chart-container1 {
    min-width: 350px !important;
  }
  .avg-prediction h1 {
    font-size: 40px;
  }
  .sm-35 {
    padding: 0 35px !important;
  }
  .cusotmer-value .progress {
    width: 110px;
    height: 110px;
  }
  .dashboard-tab .nav-fill .nav-item {
    width: 180.3px;
  }
}
.sp-60 {
  padding: 0 60px;
}
@media only screen and (min-width: 1025px) {
  .sb-smbox {
    width: calc(100% - 150px);
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .recommend > li {
    margin-bottom: 10px;
  }
}

/* .loader-overlay {
  position: relative;
  overflow: hidden;
  width: 537px;
  height: 400px;
  text-align: left;
  line-height: normal;
  z-index: 0;
  background: url('../images/loading.gif') 50% 50% no-repeat rgb(249, 249, 249);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.load-loading {
  flex: 0 0 50%;
  max-width: 50%;
  background: url('../images/loading.gif') 50% 50% no-repeat rgb(249, 249, 249);
  width: 537px;
  height: 400px;
} */

.guage-value p {
  font-size: 10px;
  color: #3d3d3d;
  margin-bottom: 8px;
}
.guage-value strong {
  color: #3790dc;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.guage-value strong span {
  font-size: 10px;
}
.profit-cent {
  padding: 15px 10px;
  text-align: right;
}
.profit-cent p {
  font-size: 11px;
  color: #999999;
  text-transform: initial;
}
.profit-cent strong {
  color: #3d3d3d;
  font-size: 18px;
  margin-bottom: 5px;
}
.portfolio-tab {
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.portfolio-tab table thead {
  background: #f5f5f5;
  text-align: right;
  text-transform: uppercase;
  color: #3d3d3d;
  font-size: 12px;
}
.portfolio-tab table tbody {
  color: #3d3d3d;
}
.portfolio-tab table tbody td {
  padding: 5px 10px;
}
.portfolio-tab table thead th {
  padding: 15px 10px;
}
.portfolio-tab .table-bordered thead th,
.portfolio-tab .table-bordered th {
  border-bottom: 0px !important;
}
.portfolio-tab .table td.p0 {
  padding: 0px;
  border: 0px;
}
.w-15 {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}
.w-80 {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}
.w-40 {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}
.w-25 {
  min-width: 175px;
  max-width: 175px;
  width: 175px;
}
.portfolio-tab .table td.chart-grid {
  padding: 0 5px;
}
.portfolio-tab .table td {
  vertical-align: middle;
}
.vsly {
  display: inline-block;
  padding-left: 5px;
}

.chart-container {
  position: relative;
  min-height: 400px;
  width: 100%;
  display: inline-block;
  background: #fff;
}
.loader-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.loader-overlay:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: url("../images/loading.gif") 50% 50% no-repeat transparent;
  content: "";
  padding: 40px;
  z-index: 9999;
}
.dash-grid .cs-table {
  font-size: 14px;
  color: #3d3d3d;
}
.dash-grid .cs-table a,
.dash-grid .cs-table a:hover {
  color: #1e8bbe;
  font-size: 14px;
}
.w-40 {
  width: 40%;
}
.w-60 {
  width: 60%;
}
.custom-table.cs-table .table th,
.custom-table.cs-table .table td {
  padding: 0.5rem;
}
.uplifts td,
.uplifts th {
  text-align: center;
}
.like-count {
  background: #3cb9ed;
  border: solid 1px #45a0c5;
  border-radius: 5px;
  color: #fff;
  padding: 5px 15px;
  margin-left: 10px;
}
.m-10 {
  margin: 10px;
}
.legend-list {
  display: inline-block;
  width: 100%;
  padding: 20px;
}
.legend-list figure {
  width: 30px;
  display: inline-block;
  margin-bottom: 0px;
}
.legend-list span {
  color: #3d3d3d;
  font-size: 14px;
  display: inline-block;
  width: calc(100% - 30px);
}
.app-chart {
  height: 100%;
}
.h-200 {
  height: 200px;
}
#brandbuyerschart {
  width: 100%;
}
.radio-filter li {
  width: 20%;
  list-style: none;
  display: inline-block;
}
.radio-filter {
  width: 100%;
  padding: 0;
  margin: 0;
}
.radio-filter .md-radiobox {
  margin-bottom: 0px;
}
.custom-table.analytics .table thead > tr > th,
.custom-table.analytics .table tbody > tr > td {
  text-transform: initial;
  line-height: 17px;
}
gridster .gridster-row,
gridster .gridster-column {
  border: 0px !important;
}
gridster-item.gridster-item-moving,
gridster-item.gridster-item-resizing {
  box-shadow: none !important;
  outline: 0 !important;
}
gridster-item:hover .gridster-item-resizable-handler.handle-se {
  border-width: 0px !important;
}
.dash-grid.marketingplan strong {
  font-size: 16px;
  margin: 10px 0 0;
  width: 100%;
  line-height: 10px;
}
.dash-grid.marketingplan span {
  font-size: 11px;
  color: #3d3d3d;
  display: block;
}
.mh-120 {
  min-height: 90px;
  max-height: 90px;
}
.insights-data h1 {
  color: #3d3d3d;
  font-size: 24px;
  text-transform: capitalize;
  margin: 0 0 75px;
  font-weight: 600;
}
.insights-data h2 {
  font-size: 16px;
  color: #999999;
  font-weight: 700;
  margin: 10px 0;
  text-transform: uppercase;
}
.insights-data p {
  color: #3d3d3d;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.insights-data {
  display: inline-block;
  width: 100%;
  padding: 15px;
}
.insights-data h5 {
  font-weight: normal;
  font-size: 12px;
  color: #3d3d3d;
}
.bg-grey {
  background: #f2f2f2;
  width: 100%;
  display: inline-block;
}
.insights-data.p0 {
  padding: 0px;
}
.mh-240 {
  min-height: 240px;
}
.success-panel {
  background: #31d293;
  height: 100%;
  padding-top: 38%;
  min-height: 240px;
}
.success-panel h4 {
  color: #fff;
  margin-top: 15px;
}
.personalize-score {
  margin-top: 15px;
}
.personalize-score .progress-bar {
  background: #59d596;
}
.personalize-score .progress {
  border-radius: 30px;
}
#linechart .highcharts-label-box,
#linechart .highcharts-label {
  display: none;
}
.optimize {
  padding: 20px;
  display: inline-block;
  width: 100%;
}
.optimize h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #3d3d3d;
  text-transform: uppercase;
}
.optimize span {
  font-size: 14px;
  color: #9d9d9d;
}
.process-chart {
  display: none;
}
.process-calandar:hover + .process-chart,
.process-chart:hover {
  display: block;
}
.process-panel {
  margin: 15px 0;
  position: relative;
}
.process-chart {
  position: absolute;
  bottom: 0px;
  right: -10%;
  width: 100%;
  z-index: 1;
}
.optimize .process-chart h6 {
  text-transform: capitalize;
  font-size: 14px;
  margin: 10px 0 15px;
}
.optimize .process-chart span {
  font-size: 10px;
  color: #c0c0c0;
  text-transform: uppercase;
}
.p_category {
  padding: 0;
  margin: 0;
}
.p_category li {
  list-style: none;
  display: block;
}
.process-chart p {
  font-size: 10px;
  line-height: 15px;
  color: #3d3d3d;
  margin-bottom: 25px;
}
.process-chart p {
  margin-bottom: 20px;
}
.process-chart li:last-child p {
  margin-bottom: 0px;
}
.p_category {
  display: inline-block;
  width: 100%;
}
.arrow-icon:after,
.arrow-icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.arrow-icon:after {
  top: -20px;
  border-color: transparent transparent #fff transparent;
  border-width: 10px;
  left: 18px;
}

.arrow-icon:before {
  top: -24.5px;
  border-color: transparent transparent #dadce0 transparent;
  border-width: 12px;
}
.w-210 {
  width: 210px;
  margin: 3px 0 5px 0;
}
.head-filter .form-group.mr-90 {
  margin-right: 90px;
}
.pr-0 {
  padding-right: 0px;
}
.search-box .form-control {
  background: transparent url("../images/searchicon.png") no-repeat;
  font-size: 14px;
  background-position: 2%;
  padding-left: 40px;
}
.action-btn {
  border-radius: 30px;
  text-align: center;
  color: #fff;
}
.action-btn:focus {
  outline: none;
}
.action-btn:hover {
  color: #fff;
}
.custom-table1 thead {
  background: #f2f2f2;
}
.custom-table1 thead th {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 0px;
}
.custom-table1 tbody td {
  vertical-align: middle;
  color: #3d3d3d;
}
.btn-disable {
  background-color: #d5d4d4 !important;
}
.c-lbl {
  color: #0aa069;
}
.ip-lbl {
  color: #f28300;
}
.progress-wizard {
  width: 100%;
  display: inline-block;
  min-height: 80px;
}
h5.form-title {
  font-size: 18px;
  color: #283040;
  margin: 10px 0 20px;
}
.form-container {
  border: solid 1px #ddd;
  border-radius: 3px;
  padding: 15px 60px;
  display: inline-block;
  width: 100%;
}
.custom-file::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file::before {
  content: "Choose file";
  display: inline-block;
  border-radius: 3px;
  padding: 10px 8px 0;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  text-decoration: underline;
  color: #05b8fb;
  width: 100%;
  text-align: center;
}
.custom-file:focus {
  outline: none;
}
.custom-input .form-control {
  border-color: #c6c6c6;
  font-size: 15px;
}
.custom-file {
  color: transparent;
}
.upload-data {
  border: dashed 1px #ccc;
  display: inline-block;
  width: 100%;
  padding: 20px 20px 0;
  margin: 15px 0 20px;
  color: #c6c6c6;
}
.upload-data span {
  display: inline-block;
  padding-left: 15px;
  padding-bottom: 10px;
}
.upload-filter.radio-filter li {
  width: 50%;
}
.btn-primary.btn-disabled {
  background: #b9b9b9;
  border-color: #b9b9b9;
}
.md-radiobox.pl-0 {
  padding: 0;
}
.filename span {
  font-size: 16px;
  color: #3d3d3d;
  display: inline-block;
  padding: 0px 15px 0px 10px;
  position: relative;
  top: 4px;
}
.filename .close-file {
  float: right;
  position: relative;
  top: 7px;
}
.filename {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
.filename a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.hide {
  display: none;
}
.custom-input .selectfile .form-control {
  border: dashed 1px #ccc;
  margin: 20px 0;
  padding: 12px 15px 10px;
  height: auto;
}
.widget-container {
  border: solid 1px #ccc;
  padding: 20px;
}
.widget-tab .nav-fill {
  max-width: 700px;
  margin: 35px auto;
  border-radius: 50px;
  border: solid 1px #b7b7b7;
}
.widget-tab .nav-tabs .nav-link.active,
.widget-tab .nav-tabs .nav-item.show .nav-link {
  background: #0caf8e;
  color: #fff;
  border-color: #0caf8e;
}
.widget-tab .nav-fill .nav-item {
  position: relative;
  padding: 12px;
  font-size: 16px;
}
.widget-tab .nav-fill .nav-item:first-child {
  border-radius: 50px 0 0 50px;
}
.widget-tab .nav-fill .nav-item:last-child {
  border-radius: 0 50px 50px 0;
}
.widget-tab .nav-fill .nav-item:not(:last-child):after {
  audience-builder: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: 100%;
  z-index: 3;
}
.widget-tab .nav-fill .nav-item:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -23px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
.widget-tab .nav-fill .nav-item:not(:last-child):before {
  border-left: 10px solid #b7b7b7;
}
.widget-tab .nav-fill .nav-item:not(:last-child):after {
  border-left: 10px solid #fff;
}
.widget-tab .nav-tabs .nav-link.nav-item.active:not(:last-child):after,
.widget-tab .nav-tabs .nav-item.show:not(:last-child):after {
  border-left: 10px solid #0caf8e;
}
.widget-tab .nav-tabs .nav-link.nav-item.active:not(:last-child):before,
.widget-tab .nav-tabs .nav-item.show:not(:last-child):before {
  border-left: 10px solid #0caf8e;
}
.widget-tab .nav-tabs .nav-link:hover,
.widget-tab .nav-tabs .nav-link:focus {
  border-color: transparent;
  color: #0caf8e;
}
.widget-tab .nav-tabs .nav-link.active,
.widget-tab .nav-tabs .nav-link.show {
  color: #fff;
}
.widget-tab .tab-content {
  padding: 10px 35px;
}
.custom-iselect {
  padding: 0;
  text-align: center;
}
.custom-iselect li {
  list-style: none;
  margin-bottom: 20px;
}
.custom-iselect li .img-border {
  border: solid 1px #d8d8d8;
  border-radius: 5px;
}
.custom-iselect p {
  border-top: solid 1px #d8d8d8;
  margin-bottom: 0px;
  padding: 10px;
  text-align: center;
  min-height: 55px;
}
.custom-iselect li .img-border a {
  display: inline-block;
  width: 100%;
  min-height: 210px;
  max-height: 210px;
  cursor: pointer;
  position: relative;
}
.custom-iselect li .img-border a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.custom-iselect li .img-border.selected {
  border: solid 2px #32c960;
}
.img-border .overlay {
  display: none;
}
.img-border.selected .overlay {
  display: block;
}
.img-border .overlay {
  position: absolute;
  top: 0;
  background: rgba(15, 18, 25, 0.5);
  width: 100%;
  transition: 0.5s ease;
  height: 103%;
}
.select-img .md-checkbox label {
  color: #2980b9;
  margin-bottom: 0px;
}
.select-img .md-checkbox .md-checkbox-material .check {
  width: 18px;
  height: 18px;
  border: 2px solid #c7c7c7;
  top: 0px;
}
.select-img
  .md-checkbox
  input[type="checkbox"]:checked
  + .md-checkbox-material
  .check {
  color: #1cc982;
  border-color: #1cc982;
}
.select-img .md-checkbox .md-checkbox-material .check:before {
  margin-top: -4px;
}
.select-img .md-checkbox {
  padding: 15px 0 0 20px;
}
.custom-input .form-group label {
  color: #05b8fb;
}
.table.execute-tbl th,
.table.execute-tbl td {
  border-top: 0px;
  font-size: 16px;
  vertical-align: middle;
}
.execute-tbl .lbl-box {
  border: solid 1px #c7c7c7;
  padding: 12px;
  border-radius: 3px;
  width: 400px;
  display: inline-block;
  background: #eae5e5;
}
.file_lbl {
  display: inline-block;
  padding-left: 10px;
}
.execute-tbl .mat-expansion-panel-header {
  padding: 0 24px 0 0;
  margin-top: -10px;
}
.execute-tbl .mat-content {
  flex: initial !important;
  padding-right: 15px !important;
}
.execute-tbl .expansion-list li {
  padding: 10px;
}
.execute-tbl .expansion-list {
  margin: 0;
  padding: 0 0 0 15px;
}
.execute-tbl .mat-expansion-panel-spacing {
  margin: 0 0 15px !important;
}
.widget-tab .nav-tabs .nav-link {
  border-radius: 0px;
}
.tp-nav .breadcrumb-item {
  line-height: 35px;
}
.tp-nav .breadcrumb-item.activelink a {
  color: #3790dc;
  cursor: pointer;
}
.mp-indicator {
  padding: 0;
  margin: 15px 0;
}
.mp-indicator li {
  list-style: none;
  width: 25%;
  text-align: center;
  display: inline-block;
}
.indicator-box {
  display: block;
  width: 90%;
  margin: auto auto 10px;
  background: #f5f5f5;
  color: #b1b0b0;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  border-left: solid 7px #fcbc30;
}
.indicator-box.orange {
  border-color: #fb6039;
}
.indicator-box.yellow {
  border-color: #ede54f;
}
.indicator-box.blue {
  border-color: #3b90ce;
}
.mp-indicator li strong {
  width: 100%;
  font-size: 30px;
}
.mp-indicator li p {
  font-size: 12px;
}
.mp-indicator li span.red {
  color: red;
}
.status-col {
  min-width: 180px;
  max-width: 180px;
  width: 180px;
}
.status-col p {
  margin: 5px 0 0;
}
.main-logo .btn-sm:focus {
  outline: none;
}
.revenuechart {
  height: 160px;
}
.execute-tbl label,
.execute-tbl {
  font-size: 16px;
}
.execute-tbl label {
  width: calc(100% - 65px);
  float: left;
}
.execute-tbl label span {
  width: 20px;
  float: right;
}
#approval {
  width: 100% !important;
}
.navbar-dark .navbar-nav .nav-link.pt-0 {
  padding-top: 0px;
}
.tp-nav.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
  top: 48px;
  min-width: 230px;
  right: -12px;
  box-shadow: 1px 0 0 #dadce0, 1px 0 0 #dadce0,
    0 0px 2px 0 rgba(60, 64, 67, 0.3), 0 0px 3px 1px rgba(60, 64, 67, 0.15);
  padding: 0;
  margin: 0;
  border: solid 1px #ddd;
}
.admin-actions img {
  width: 18px;
}
.admin-actions .actionlabel {
  display: inline-block;
  padding-left: 10px;
  color: #3d3d3d;
  position: relative;
  top: 2px;
  font-size: 14px;
}
.admin-actions .notifylbl {
  background: #e41057;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  float: right;
  font-size: 12px;
  vertical-align: middle;
  min-width: 22px;
  min-height: 22px;
  line-height: 22px;
}
.tp-nav .dropdown-item.active,
.tp-nav .dropdown-item:active,
.tp-nav .dropdown-item:hover,
.tp-nav .dropdown-item:focus {
  background: #e2dbdb;
}
.tp-nav .dropdown-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: solid 1px #ddd;
  line-height: 22px;
}
.tp-nav.navbar-expand .navbar-nav .dropdown-menu a:last-child {
  border: 0px !important;
}
.n-active {
  width: 12px;
  height: 12px;
  background: #e41057;
  border-radius: 50%;
  position: absolute;
  padding: 0px !important;
  right: -3px;
  top: -3px;
}
.login-panel figure {
  height: 70px;
  display: inline-block;
}
.login-panel figure img {
  max-height: 100%;
  max-width: 100%;
}
figure.customer-logo {
  height: 50px;
  margin: 0 10px 0 0;
  line-height: 30px;
}
figure.customer-logo img {
  max-width: 100%;
  max-height: 100%;
}
.customervalue .mnth-calender {
  width: 210px;
  display: inline-block;
  border-color: #d0cdcd;
  border-radius: 2px;
}
.customervalue .mnth-calender .form-control,
.customervalue .filter-box select {
  font-size: 13px;
  box-shadow: 0px 0 0 #dadce0, 0px 0 0 #dadce0,
    0 0px 0px 0 rgba(60, 64, 67, 0.3), 0 0px 0px 0px rgba(60, 64, 67, 0.15);
  border-color: #cdcdcd;
  border-radius: 2px;
}
.customervalue .filter-box select {
  background-position: 94%;
}
.customervalue .filter-box label {
  font-size: 12px;
}
.customervalue .grey-btn {
  min-width: 80px;
  display: inline-block;
}
.segment-list {
  padding: 0 5px 0 0;
  margin: auto;
  max-height: 383px;
  overflow-y: auto;
  min-height: 383px;
  display: inline-block;
  width: 100%;
}
.segment-list li {
  display: block;
  margin: 8px 0;
  width: 100%;
  border: solid 1px #ddd;
  padding: 5px;
  border-radius: 5px;
}
.segment-list li.active {
  background: #e9f6ff;
  border-color: #b1d7ff;
}
.segment-list figure {
  width: 50px;
  height: 50px;
  border: solid 1px #ddd;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0px;
  margin-top: 10px;
}
.segmentlabels {
  padding-left: 10px;
  width: calc(100% - 50px);
  display: inline-block;
}
.segmentlabels p {
  margin: 5px 0;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 600;
}
.segmentlabels label {
  color: #3d3d3d;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  width: 48%;
}
.segment-list li:first-child {
  margin-top: 0px;
}
.segment-list li:last-child {
  margin-bottom: 0px;
}
.box-layout {
  padding: 10px 15px;
}
.genderratio .progress-widget {
  width: calc(100% - 120px);
  float: right;
  margin-right: 30px;
  position: relative;
}
.genderratio .male-icon {
  position: absolute;
  top: 0px;
  left: -23px;
}
.genderratio .female-icon {
  position: absolute;
  top: 0px;
  right: -23px;
}
.genderratio .progress {
  height: 15px;
  border-radius: 20px;
  margin: 0;
}
.genderratio .progress-bar span {
  position: relative;
  top: 1.5px;
  font-size: 12px;
}
.bg-female {
  background: #ff5cc4;
}
.bg-male {
  background: #4bb5ff;
}
.analysis-lbl label {
  color: #3d3d3d;
  font-size: 15px;
}
.analysis-lbl span {
  display: block;
  font-size: 13px;
  color: #0c8aff;
  margin: 7px 0 15px;
}
.sa-list p {
  font-size: 12px;
  color: #3d3d3d;
  margin-bottom: 5px;
}
.sa-list strong {
  font-weight: normal;
  font-size: 16px;
  color: #0c8aff;
}
.sa-list .white-box {
  border-color: #789eb9;
  margin-bottom: 10px;
  padding: 10px;
  min-width: 105px;
}
.sa-list {
  padding: 0px;
  margin: 0px;
}
.chart-layout {
  padding: 10px 0px 0 0;
  /* border: solid 1px #ddd; */
  border-radius: 5px;
}
.view-more {
  float: right;
  font-size: 14px;
  color: #0783f7;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  margin: 15px 0 5px;
}
.view-more:hover {
  color: #0783f7;
  text-decoration: underline;
}
.agefilter .ng5-slider .ng5-slider-pointer,
.agefilter .ng5-slider .ng5-slider-pointer:hover:after,
.agefilter .ng5-slider .ng5-slider-pointer.ng5-slider-active:after {
  background-color: transparent;
}
.agefilter .ng5-slider .ng5-slider-bar {
  border-radius: 4px;
  height: 8px;
}
.agefilter .ng5-slider .ng5-slider-tick {
  width: 1.5px;
  height: 9px;
  background: #ffffff;
  top: 3px;
  border-radius: 0px;
}
.agefilter .ng5-slider .ng5-slider-tick.ng5-slider-selected {
  background: #ffffff;
}
.agefilter .ng5-slider .ng5-slider-pointer:focus {
  outline: none;
}
.agefilter .ng5-slider .ng5-slider-pointer {
  width: 16px;
  height: 17px;
}
.agefilter .ng5-slider .ng5-slider-pointer.ng5-slider-pointer-max:after {
  left: 3px;
}
.agefilter .ng5-slider .ng5-slider-selection {
  background: #f94674;
}
.agefilter .ng5-slider .ng5-slider-bubble {
  color: #3b424e;
  font-size: 12px;
}
.best-offer .b-text {
  color: #00a2ff;
}
.customervalue .mnth-calender .form-control {
  font-size: 11px;
}
.analysis-lbl p {
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #ddd;
}
.analysis-lbl p label {
  margin-bottom: 0px;
  font-size: 12px;
}
.analysis-lbl p span {
  margin-bottom: 0px;
  font-size: 16px;
}
.sa-volume li {
  width: 33.3%;
}
.sa-volume .volume-box {
  border: solid 1px #ddd;
  border-radius: 5px;
  padding: 10px;
}
.sa-list .volume-box p {
  font-size: 14px;
}
.volume-box .volume-lbl {
  width: calc(100% - 50px);
  display: inline-block;
}
.volume-box .v-value {
  width: 50px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}
.v-value .g-txt,
.v-value .r-txt {
  display: inline-block;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
}

.hideloader .petramloader {
  display: none !important;
  background: none !important;
}
.segmentlabels p.mt-20 {
  margin-top: 20px;
}
.segment-list li:hover {
  cursor: pointer;
}
.analysis-lbl .sa-volume p {
  padding: 0px;
  border: 0px;
}
.analysis-lbl .sa-volume span {
  margin: 0px;
}
.analysis-lbl .v-value .g-txt,
.analysis-lbl .v-value .r-txt {
  font-size: 13px;
}
.custom-modal .modal-header {
  padding: 10px 15px;
  background: #141820;
  color: #fff;
}
.custom-modal .modal-header .close {
  text-shadow: none;
  color: #fbf4f4;
  opacity: 1;
}
.custom-modal .modal-header h4 {
  font-size: 18px;
  width: 100%;
  line-height: 35px;
}
.custom-table.view-tbl .table thead > tr > th {
  padding: 10px 10px;
}
.custom-table .table.mb-0 {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .modal-lg {
    min-width: 1180px;
    max-width: 1180px;
  }
  #reports .modal-lg {
    min-width: 1000px;
    max-width: 1000px;
  }
}
.w-5 {
  width: 5%;
  min-width: 5%;
  max-width: 5%;
}
.view-tbl .w-15 {
  width: 15%;
  min-width: 15%;
  max-width: 15%;
}
.w-10 {
  width: 10%;
  min-width: 10%;
  max-width: 10%;
}
.w-17 {
  width: 17%;
  min-width: 17%;
  max-width: 17%;
}
.w-12 {
  width: 12%;
  min-width: 12%;
  max-width: 12%;
}
.w-20 {
  width: 20%;
  min-width: 20%;
  max-width: 20%;
}
.w-30 {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}
.view-tbl .table-fixed tbody {
  max-height: 340px;
  height: auto;
}
.sorting:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0de";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  position: relative;
  left: 5px;
  top: 0px;
  font-size: 18px;
  cursor: pointer;
}
.sorting.decend:after {
  content: "\f0dd";
  top: -7px;
}
.chart-container.mh-300 {
  min-height: 300px;
}
.chart-container.mh-200 {
  min-height: 200px;
}
#reports .fa-download {
  color: #fff;
  padding-right: 10px;
}
.download-btn {
  background-color: #007bff;
}
.download-disable {
  background-color: #657890;
}
.fulscreenicon {
  position: absolute;
  right: 33px;
  top: 8px;
  font-size: 19px;
  color: #666666;
  cursor: pointer;
}

.in-flex {
  display: inline-flex;
}
.filter-lbl {
  color: #1469a0;
  padding: 15px 10px 0 0;
}
.filter-output li {
  border: solid 1px #ddd;
  box-shadow: 0px 1px 5px #03161a1a;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 10px 8px 10px 8px;
  list-style: none;
  display: inline-block;
  width: 100%;
  position: relative;
  min-height: 63px;
  vertical-align: top;
}
.filter-output.cagr li:nth-child(odd) {
  margin-right: 15px;
}
.filter-output.cagr li:nth-child(even) {
  margin-left: 15px;
}
.filter-output.cagr li {
  width: 45%;
}
.split-category,
.tooltip-inner {
  display: flex;
  flex-wrap: wrap;
}
.split-category span,
.tooltip-inner span {
  width: 50%;
  padding-top: 5px;
}
.split-category span.w1,
.tooltip-inner span.w1 {
  width: 100%;
}
.filter-output li h6 {
  color: #1469a0;
  font-size: 15px;
  font-weight: 600;
  margin: 0px 0 0;
}
.filter-output li span {
  color: #110c0c;
}
.filter-output li h4 {
  color: #110c0c;
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 5px 0;
}
.head-filter .form-group.mr-70 {
  margin-right: 70px;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .heatmap-container {
    overflow-x: auto;
  }
  .filter-output.cagr li {
    width: 100%;
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
}
.face-bg li {
  list-style: none;
  cursor: pointer;
  width: 100%;
  display: block;
}
.facechart li {
  padding: 24px;
}
.productpageface li {
  padding: 19px;
}
.projecttbl .w-100 {
  min-width: 100px;
}
.projecttbl .w-200 {
  min-width: 200px;
}
.heatmap-container .chart-container {
  min-width: 1000px;
}
.heatmap-container {
  width: 100%;
}
.grey-text {
  font-size: 14px;
  color: #3d3d3d;
  font-weight: 600;
  padding: 12px 15px;
  text-transform: uppercase;
  margin-bottom: 0px;
  border-bottom: solid 1px #f1f1f1;
}
h1.grey-text.in-blk {
  border: 0px;
}
.widget-header {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #f1f1f1;
}
.widget-header h1 {
  font-size: 14px;
  color: #3d3d3d;
  text-transform: uppercase;
  margin-bottom: 0px;
  align-items: flex-start;
  width: calc(100% - 50px);
  align-self: center;
  font-weight: 600;
}
.widget-header h1.wform {
  width: calc(100% - 43%);
}
.widget-header .fulscreenicon {
  display: flex;
  align-items: flex-end;
  width: 25px;
  position: relative;
  right: auto;
  top: auto;
  align-self: center;
}
i.fulscreenicon img {
  margin-bottom: 5px;
}
.widget-header .menu-bar {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 25px;
  right: auto;
  top: auto;
  align-self: center;
}
.widget-header .filter-box {
  width: 35%;
  align-self: center;
  min-width: 240px;
}
.dflex {
  display: flex;
}
.widget-header .head-filter .form-group {
  width: 160px;
  margin-right: 0px;
  margin-bottom: 3px;
  align-self: center;
}
.widget-header .chart-menu {
  align-self: center;
}
.cohortview thead tr th,
.cohortview tbody tr td {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}
@media (min-width: 576px) {
  .cm-1 .modal-dialog {
    margin: 0.65rem auto;
  }
}
.view-tbl-col3 td,
.view-tbl-col3 th {
  width: 33.3%;
}
.view-tbl-col4 td,
.view-tbl-col4 th {
  width: 25%;
}
.view-tbl-col5 td,
.view-tbl-col5 th {
  width: 20%;
}
.view-modal-small .modal-sm {
  min-width: 700px;
  max-width: 700px;
}
.custom-modal .pagination {
  margin-bottom: 0px;
  position: absolute;
  /* bottom: 38px; */
}
.view-tbl thead {
  width: 99.67%;
}
.view-tbl-col3 thead {
  width: 99.67%;
}
.cagr-vue {
  position: relative;
  padding: 0 20px 10px;
}
.cagr-vue p {
  position: absolute;
  font-size: 12px;
  margin-bottom: 0px;
}
.y-circle:before {
  background: #ffff00;
  content: "1";
  padding: 2px 6px;
  border: solid 1px #848282;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
}
.y-circle {
  top: -18px;
  left: 43%;
}
.red-arrow {
  left: -6px;
  top: 22%;
}
.g-arrow {
  right: 0px;
  top: 25%;
}
.b-arrow {
  bottom: 0;
  left: 43%;
}
.red-arrow:after,
.g-arrow:before,
.b-arrow:before {
  font-family: "FontAwesome";
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 16px;
}
.red-arrow:after {
  content: "\f175";
  color: #ff0000;
}
.g-arrow:before {
  content: "\f176";
  color: #00b050;
}
.b-arrow:before {
  content: "\f07e";
  color: #002060;
}
.cagrchart {
  text-align: center;
  padding: 8px 0;
}
/* .cohortview thead tr th:first-child,
.cohortview tbody tr td:first-child {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
} */

.position {
  float: left;
  margin: 100px 20px;
}

@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tooltip-inner {
  color: #222 !important;
  background: #fff !important;
  border: solid 1px #a7abb3;
  border-radius: 5px;
  text-align: left;
  box-shadow: 1px 0 0 #dadce0, 1px 0 0 #dadce0,
    0 0px 2px 0 rgba(60, 64, 67, 0.3), 0 0px 3px 1px rgba(60, 64, 67, 0.15);
}
/* .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before{
  border-top-color:#aec5eb !important;
} */
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::after,
.bs-tooltip-auto[x-placement^="top"] .arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(90deg);
}
.bs-tooltip-top .arrow::after,
.bs-tooltip-auto[x-placement^="top"] .arrow::after {
  top: 10px;
  border-color: transparent transparent transparent #fff;
  border-width: 10px;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 9px;
  border-color: transparent transparent transparent #a7abb3;
  border-width: 12px;
  left: 84%;
}
.bs-tooltip-top .arrow {
  bottom: 10px;
}
.dollar-bg li {
  height: 33px !important;
}
/* .dollar-bg li:nth-child(1) {
  top: 89px;
  opacity: 0.9;
}
.dollar-bg li:nth-child(2) {
  opacity: 0.9;
  top: 123px;
}
.dollar-bg li:nth-child(3) {
  opacity: 0.9;
  top: 156px;
}
.dollar-bg li:nth-child(4) {
  opacity: 0.9;
  top: 189px;
}
.dollar-bg li:nth-child(5) {
  top: 227px;
  opacity: 0.9;
}
.dollar-bg li:nth-child(6) {
  top: 260px;
  opacity: 0.9;
}
.dollar-bg li:nth-child(7) {
  opacity: 0.9;
} */
.dollarcount.cagr li {
  width: 94%;
}
.dollar-bg span {
  line-height: 40px;
  text-align: center;
}
.dollar-bg li {
  text-align: center;
}
.bgng5-hth {
  background: #fff;
  margin-left: 13px;
  margin-right: 13px;
}
.ng5-slider .ng5-slider-pointer {
  outline: 0;
}
.dashboard-tab.sm_tab .nav-fill .nav-item {
  width: auto;
}
.filter-output.age10 li:before {
  border-color: #efb81d;
}
.filter-output.age11 li:before {
  border-color: #e8751a;
}
.filter-output.age12 li:before {
  border-color: #c51350;
}
.filter-output.age13 li:before {
  border-color: #8a1253;
}
.filter-output.age14 li:before {
  border-color: #480032;
}
.filter-output.age10 li {
  border-right-color: #efb81d;
}
.filter-output.age11 li {
  border-right-color: #efb81d;
}
.filter-output.age12 li {
  border-right-color: #efb81d;
}
.filter-output.age13 li {
  border-right-color: #efb81d;
}
.filter-output.age14 li {
  border-right-color: #efb81d;
}
.filter-output.age10 li h6 {
  color: #efb81d;
}
.filter-output.age11 li h6 {
  color: #efb81d;
}
.filter-output.age12 li h6 {
  color: #efb81d;
}
.filter-output.age13 li h6 {
  color: #efb81d;
}
.filter-output.age14 li h6 {
  color: #efb81d;
}
.ng_eqheight {
  min-height: 536px;
}

.reginaol_height {
  min-height: 505px;
}
.custom_new_btn .btn {
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 3px;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  cursor: pointer;
  min-width: inherit;
  font-size: 12px;
}
.add-btn {
  cursor: pointer;
}
.add-btn span,
.add-btn .fa-plus-circle {
  color: #269be6;
}
.second_bar {
  font-size: 117px !important;
  position: absolute !important;
  z-index: 999;
  margin-left: 16px !important;
  margin-top: 16px !important;
}
/* .circlebar span {
  margin-top: -48%;
  margin-left: -90px;
  font-size: 17px !important;
} */

.filter-bar {
  position: fixed;
  top: 69px;
  border-radius: 5px;
  left: 106px;
  z-index: 9;
  width: calc(100% - 125px);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0,
    0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(255, 255, 255, 0.15);
}
.filter-bar .filter-bar {
  box-shadow: inherit !important;
}
.filter-bar .form-group {
  margin-bottom: 10px;
  margin-right: 0px;
}
.filter-bar .white-box {
  padding: 7px;
  border-radius: 1px;
  box-shadow: 0px 0 0 #dadce0, 0px 0 0 #dadce0,
    0 0px 0px 0 rgba(60, 64, 67, 0.3), 0 0px 0px 0px rgba(60, 64, 67, 0.15);
  background: #fff;
  border: solid 1px #fcfcfc;
}
.scroll_wrapper_hide #content-wrapper {
  margin-top: 49px;
}
.sidebar-toggled .filter-bar {
  left: 107px;
  width: calc(100% - 127px);
}
.progress-txt {
  margin: 23px 0;
}
.filter-output.cagr li:nth-child(odd) {
  margin-right: 0px;
}
.filter-output.cagr li:nth-child(even) {
  margin-left: 0px;
}
.filter-output.cagr li {
  width: 100%;
}
.face-bg {
  background-position: top;
}
.scroll_nav {
  margin-top: 10px;
  overflow: scroll;
  height: calc(100vh - 88px);
  padding-right: 10px;
  padding-bottom: 45px;
}
.mt-20 {
  margin-top: 10px !important;
}
.scroll_wrapper_hide {
  overflow: hidden;
}
.ng_eqheight {
  min-height: 577px;
}
.widget-header h1.wform {
  width: calc(100% - 264px);
  padding: 12px 15px;
}
.widget-header .filter-box {
  width: auto;
  align-self: center;
  min-width: 236px;
}
.data_donut {
  margin-bottom: 15px;
}
.progress-txt {
  font-size: 12.5px;
  color: #3d3d3d;
  font-weight: 600;
  text-transform: capitalize;
  margin: 6px 0;
  margin-top: 6px;
}
.second_bar span {
  margin-top: 97px;
}
.avg-prediction:after {
  margin-left: 12%;
}
.avg-prediction h1 {
  font-size: 45px;
}
.avg-prediction h1 {
  font-size: 27px;
  position: relative;
  min-width: 122px;
  margin-top: -30px;
  margin-left: 7px;
}
.avg-prediction:after {
  margin-top: -72px;
}
.avg-prediction.kycavgafter:after {
  margin-top: -40px;
}
.customervalue .filter-box label {
  font-weight: 600;
  color: #3d3d3d;
  font-size: 14px;
}
.second_bar .fill {
  position: absolute;
  border: 0.08em solid #4c3eb7 !important;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.filter-bar select {
  box-shadow: 0px 0 0 #dadce0, 0px 0 0 #dadce0,
    0 0px 0px 0 rgba(60, 64, 67, 0.3), 0 0px 0px 0px rgba(60, 64, 67, 0.15) !important;
}
.filter-bar select {
  border-radius: 3px;
}
.filter-bar .form-group {
  width: auto;
  margin-bottom: 5px;
}
.filter-bar .refresh-data {
  margin-left: 9px;
  margin-top: 8px;
  color: #ea4673 !important;
  font-weight: 700;
  top: 10px;
  position: relative;
  text-transform: uppercase;
  border-bottom: solid 1px;
  cursor: pointer;
}
.filter-bar .white-box {
  padding-left: 10px;
  position: initial;
}
.widget_form .form-group {
  width: 91px;
  margin-right: 0px;
}
.second_bar span {
  margin-top: 94%;
}
.filter-bar .btn {
  min-width: auto;
  margin-top: 23px;
  border-radius: 2px;
  border: 0px;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff;
  width: 104px;
  padding-top: 3px;
}
.filter-bar .btn,
.exportandsavebtn .btn {
  background: #e41057;
  color: #fff;
}
.filter-bar .btn:hover {
  background: rgb(236, 103, 147);
  color: #ffffff;
}
.filter-output li h4 {
  font-size: 16px;
}
.filter-bar .filter-lbl {
  padding: 5px 10px 3px 0;
  font-weight: bold;
  font-size: 12px;
}
.pl-60 {
  margin-left: -27px;
}
.revenuper {
  margin-top: 20px;
}
.avg-prediction p {
  position: relative;
  left: -24px;
}
.previous_legend:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 24px;
  top: 6px;
  position: relative;
  left: -5px;
  border-radius: 50%;
  border: solid 3px #5528ff;
}
.current_legend:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 24px;
  top: 6px;
  position: relative;
  left: -5px;
  border-radius: 50%;
  border: solid 3px #283040;
}
.current_legend {
  padding-left: 10px;
  padding-top: 1px;
}
.box_legend {
  padding-right: 7%;
}
.previous_legend {
  padding-right: 20px;
}
.sidebar-toggled .avg-prediction:after {
  right: inherit;
}
tspan {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 14px;
  /* font-weight: 400; */
}
.prvious_progress {
  position: absolute;
  margin-top: 15px;
  margin-left: 13px;
}
.avg-prediction span {
  font-size: 16px;
  margin-left: 6px;
}
.widget_form .form-control {
  margin-top: 0px;
}
.widget_form .filter-lbl {
  padding: 9px 10px 0 0;
}
.circle_inner {
  padding-top: 15px;
}
a.undercolor_bck {
  color: #007bff !important;
  border-bottom: solid 1px #007bff !important;
  cursor: pointer;
}
.scroll_nav::-webkit-scrollbar {
  width: 8px;
}
.scroll_nav::-webkit-scrollbar-thumb {
  background-color: #808080;
  outline: 1px solid slategrey;
}
.scroll_nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.scroll_nav::selection {
  background: #eccaf2;
  color: #fff;
}
.switchtoggle {
  position: absolute;
  display: inline-block;
  width: 150px;
  height: 35px;
  z-index: 1;
  right: 28px;
}
.switchtoggle input {
  display: none;
}

.slidertoglle {
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3498db;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slidertoglle:before {
  position: absolute;
  z-index: 2;
  content: "";
  height: 25px;
  width: 25px;
  left: 5px;
  bottom: 5px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
  transition: all 0.4s ease-in-out;
}
.slidertoglle:after {
  position: absolute;
  left: 2px;
  z-index: 1;
  content: "Revenue ($)";
  font-size: 13px;
  text-align: left !important;
  line-height: 38px;
  padding-left: 0;
  width: 150px;
  color: #fff;
  height: 35px;
  border-radius: 100px;
  background-color: #3498db;
  -webkit-transform: translateX(-116px);
  transform: translateX(-116px);
  transition: all 0.4s ease-in-out;
}

.switchtoggle input:checked + .slidertoglle:after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  /*width: 235px;*/
  padding-left: 25px;
}

.switchtoggle input:checked + .slidertoglle:before {
  background-color: #fff;
}

.switchtoggle input:checked + .slidertoglle:before {
  -webkit-transform: translateX(116px);
  -ms-transform: translateX(116px);
  transform: translateX(116px);
}

/* Rounded sliders */
.slidertoglle.round {
  border-radius: 100px;
}

.slidertoglle.round:before {
  border-radius: 50%;
}
.absolute-no {
  position: absolute;
  left: 0;
  color: #fff;
  text-align: right !important;
  font-size: 13px;
  width: calc(100%);
  height: 35px;
  line-height: 35px;
  text-align: center !important;
  cursor: pointer;
}
.absolute-no-parking {
  position: absolute;
  left: 0;
  color: #fff;
  text-align: right !important;
  font-size: 13px;
  width: calc(100%);
  height: 35px;
  line-height: 35px;
  text-align: center !important;
  cursor: pointer;
}
/* 04-07-2019 */
.currrentposition h1.main-head {
  margin: 0px;
  font-size: 15px;
}
.currrentposition tspan {
  font-size: 15px !important;
}
.btnstyle_template .btn-primary.loadbtn,
.btnstyle_template .btn-primary.loadbtn:active,
.btnstyle_template .btn-primary.loadbtn:hover,
.btnstyle_template .btn-primary.loadbtn:focus {
  background: #c2c2c2;
  color: #fff;
  border-color: hsl(0, 0%, 76%);
  box-shadow: none;
  outline: 0;
  line-height: 23px;
  padding-top: 7px;
  text-transform: uppercase;
}
.btnstyle_template .btn-primary,
.btnstyle_template .btn-primary:active,
.btnstyle_template .btn-primary:hover,
.btnstyle_template .btn-primary:focus {
  background: #e41057;
  color: #fff;
  border-color: #e41057;
  box-shadow: none;
  outline: 0;
  line-height: 23px;
  padding-top: 3px;
}
.form-control.template_clr {
  border-color: #e8e8e8;
  background-position: 99% !important;
  margin-top: 3px;
  text-transform: capitalize !important;
}
.planningtab .form-group {
  margin-bottom: 0px;
}
.template_br {
  border-bottom: solid 1px #cccccc;
  width: 100%;
  padding: 5px 0px;
}
.mnth-calender.planingpage:before {
  right: 3px;
  left: auto;
}
.mnth-calender.planingpage:after {
  background: none;
}
.mnth-calender.planingpage .form-control {
  padding: 6px 30px 2px 6px;
}
.showmore_show .filter-lbl {
  margin-bottom: 0px;
  font-weight: 600;
  color: #3d3d3d;
  font-size: 14px;
}
.mnth-calender.planingpage {
  width: auto;
}
.filter-box.showmore_show select {
  background-position: 95%;
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress {
  background-image: -webkit-gradient(
    linear,
    left 0,
    left 100%,
    from(#ebebeb),
    to(#f5f5f5)
  );
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0);
}
.template_reset {
  margin-top: 15px;
  position: relative;
}
.template_reset button {
  margin-right: 19px;
  line-height: 19px;
  text-transform: uppercase;
}
.template_reset .refresh-data {
  margin-top: 13px;
  color: #ea4673 !important;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  border-bottom: solid 1px;
  cursor: pointer;
}
a.show_morecontent {
  color: #ea4673 !important;
  font-size: 14px;
  margin-top: 5px;
  cursor: pointer;
}
.border_predicat {
  border: solid 1px #cccccc;
  padding: 5px 10px 16px 10px;
  /* margin-bottom: 15px; */
  /* margin-top: 10px; */
  /* min-height: 107px; */
  border-radius: 2px;
  border-radius: 5px;
}
.border_predicat .filter-lbl {
  padding: 5px 3px 0 0;
  font-size: 14px;
  color: #4d4d4d;
  text-transform: uppercase;
}
.prediction_tab {
  border: solid 1px #ccc;
  padding: 15px;
}
.border_predicat span {
  color: #1c82d9;
  font-size: 18px;
}
.border_predicat .progress-bar-info {
  background-color: #9dca25;
  background-image: none;
}
.border_predicat .progress {
  margin-top: 5px;
  margin-bottom: 0px;
}
.detailed_predication h5 {
  font-size: 15px;
  color: #1593eb;
  margin-top: 10px;
  font-weight: bold;
}
.detailed_predication .detailed-data {
  list-style-type: none;
  padding-left: 0px;
}
.detailed-data li {
  font-weight: bold;
}
.detailed-data li span.value_predication {
  width: 60%;
  font-size: 14px;
  font-weight: 400;
  float: left;
}
.predicat_head {
  padding-top: 10px;
  padding-bottom: 5px;
}
.recomendation_table .table thead > tr > th {
  background: #fff !important;
  border-bottom: solid 1px #dedede !important;
}
.bg_recomendationthead {
  background: none !important;
  border-bottom: solid 1px #dedede !important;
}
.data_goal {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background: #00b050;
  vertical-align: middle;
}
.recomendation_table span {
  display: block;
  border-bottom: solid 1px #d4d4d4;
  padding: 7px 0px 4px 0;
  border-bottom-style: dashed;
  padding-left: 5px;
}
.recomendation_table .table td {
  padding: 5px 0px 5px 2px !important;
  vertical-align: middle;
}
.recomendation_table span:last-of-type {
  border: 0;
}
.recomendation_table .table tbody > tr:nth-child(even) > td {
  background: #fff !important;
}
.btn_recomendation a {
  background: #ccc;
  padding: 6px 16px 6px 16px;
  position: relative;
  top: -4px;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
}
.recomendation_table span:last-of-type a {
  top: 1px;
}
.bg_firstgoal {
  background: #46cf80 !important;
  color: #fff !important;
}
.recomendation_table .table tbody > tr:nth-child(even) > td.bg_secondgoal {
  background: #46b7d7 !important;
  color: #fff !important;
}
.bg_thirdgoal {
  background: #e6b753 !important;
  color: #fff !important;
}
.select_firstbtnrecomendation a {
  background: #46cf80;
  color: #fff !important;
  text-transform: uppercase;
}
.select_secondbtnrecomendation a {
  background: #46b7d7;
  color: #fff !important;
  text-transform: uppercase;
}
.select_thirdbtnrecomendation a {
  background: #e6b753;
  color: #fff !important;
  text-transform: uppercase;
}
div#myDIV .form-control {
  border: solid 1px #cecece;
  border-radius: 3px;
  height: 32px;
}
td.data_goal span {
  font-size: 15px;
  padding-bottom: 5px;
  font-weight: 100;
}
.analysis_btn .btn {
  min-width: auto !important;
}
.before_afterimage h5 {
  padding: 10px;
  font-size: 14px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#analysis .switchtoggle {
  margin-top: 0px;
}
.multiselect-dropdown .dropdown-btn .dropdown-up {
  border-bottom: 6px solid #717171 !important;
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
}
.multiselect-dropdown .dropdown-btn .dropdown-down {
  border-top: 6px solid #717171 !important;
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
}
.multiselect-dropdown .dropdown-btn .selected-item {
  border: 0px solid #337ab7 !important;
  white-space: nowrap;
  left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 87px;
  max-width: 85px;
}
.multiselect-dropdown .dropdown-btn {
  font-size: 12px;
  height: 32px;
  text-transform: uppercase;
  font-weight: 400 !important;
}
.currrentposition .head-filter .form-control {
  margin-top: 0px;
}
.currrentposition .filter-lbl {
  padding: 2px 10px 0 10px;
}
.currrentposition .head-filter .form-group {
  margin-right: 15px;
}
.dropdown-list {
  text-transform: uppercase;
  font-size: 12px;
}
.dash-grid p.progress-txt {
  color: #3d3d3d;
  text-transform: capitalize;
}
.tabfilter_scroll .filter-bar {
  margin-top: 60px;
}
.tabfilter_scroll .scroll_nav {
  /* margin-top: 70px; */
  overflow-x: scroll;
  height: calc(100vh - 190px);
  overflow: hidden;
  margin-right: -9px;
  overflow-y: scroll;
  padding-bottom: 15px;
  padding-left: 0px;
}
.tabfilter_scroll .filter-bar .filter-lbl {
  padding: 0px 10px 0 0;
  font-weight: 600;
  color: #3d3d3d;
  font-size: 14px;
}
.tabfilter_scroll .filter-bar select {
  height: 30px;
}
.tabfilter_scroll .filter-bar .btn {
  margin-top: 25px;
}
.tabfilter_scroll .filter-bar .form-group {
  width: auto;
  margin-bottom: 0px;
}
span#valueinput {
  color: #0199ff;
  font-size: 15px;
  padding-right: 4px;
}
.before_afterimage .head-filter .form-group {
  width: 160px;
  margin-right: 15px;
}
span.text_beforeafter {
  float: right;
  padding-top: 6px;
  padding-right: 5px;
  text-transform: uppercase;
}
span#amountcalu {
  color: #0199ff;
}
span.sale_amount {
  font-size: 15px;
  padding-left: 0px;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row .equalheightall {
  display: flex;
  flex-direction: row;
}
.table.perspective_name thead th {
  vertical-align: middle;
  text-align: left;
  text-transform: uppercase;
}
th.sort-icon.bg-hightlight {
  text-align: center;
}
.perspective_name thead th {
  border: solid 1px #6d6f82;
}
.perspective_name td {
  padding: 7px;
  vertical-align: top;
  border: 1px solid #e7e7e7;
  text-align: left;
}
.scrolltabtop {
  margin-top: 103px;
}
.c200 > span {
  color: #5528ff;
}
.face-bg li span {
  text-align: center;
  display: inherit;
  position: relative;
  margin-left: -33px;
  font-weight: 500;
}
.face-bg li.active span {
  color: #fff;
}
.grey-text .form-group {
  margin-top: 4px;
}

ul.funnelchart {
  list-style: none;
  position: absolute;
  bottom: 0;
}
ul.funnelchart li {
  padding-bottom: 10px;
}
ul.funnelchart li::before {
  content: "";
  color: transparent;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-right: 8px;
  height: 1em;
  top: 3px;
  position: relative;
  border-radius: 50%;
}
ul.funnelchart li:nth-child(1)::before {
  background: #64ddba;
}
ul.funnelchart li:nth-child(2)::before {
  background: #f7a83f;
}
ul.funnelchart li:nth-child(3)::before {
  background: #fa68b9;
}
ul.funnelchart li:nth-child(4)::before {
  background: #a6acba;
}
ul.funnelchart li:nth-child(5)::before {
  background: #55c4d5;
}
ul.funnelchart li:nth-child(6)::before {
  background: #facd68;
}
ul.funnelchart li:nth-child(7)::before {
  background: #f67792;
}
.funnelchartform .head-filter .form-group {
  width: 100%;
}
.funnelimg img {
  padding-bottom: 10px;
}
.form-group.inline_formscreen {
  margin-right: 10px;
}
.funnelchart_fullscreen .full_wth_twodrob .fulscreenicon {
  right: 51%;
}
.full_expand .form-group {
  margin-right: 60px;
}
.full_wth_twodrob .form-group.firstdrob_t2 {
  margin-right: 60px;
}
.ng5-slider .ng5-slider-bubble {
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
}
.ng5-slider .ng5-slider-pointer {
  width: 22px !important;
  height: 22px !important;
  top: -8px !important;
}
.ng5-slider .ng5-slider-pointer-active {
  background: #fff !important;
}
.ng5-slider .ng5-slider-pointer:after {
  top: 7px !important;
  left: 7px !important;
}
.dollar-bg li span {
  position: absolute;
  text-align: center;
  display: inherit;
  margin-top: 0px;
  font-size: 14px;
  margin-left: 0px;
  color: #f3f3f3;
  width: 100%;
  z-index: 999;
}
.dollar-bg li.active span {
  color: #7934f5;
}
.main-logo.bedrocklogo img {
  right: 14%;
  position: relative;
}
.main-logo.bedrocklogo {
  width: 120px;
  display: inline-block;
  padding: 0;
  background: #1e1e1e;
  height: 60px;
  cursor: pointer;
  /* padding-left: 16px; */
}
.main-logo .fa-bars {
  font-size: 21px;
  margin-left: 5px;
  position: absolute;
  top: 20px;
  display: none;
}
.main-logo.bedrocklogo .fa-bars {
  font-size: 26px;
  margin-left: -19px;
}
.bedrocklogo .navbar-brand {
  float: right;
}
body.bedrockscroll {
  overflow-y: hidden;
}
.bedrockresidential .slidertoglle:after {
  content: "Revenue ($)";
}
.bedrocktop5 .slidertoglle:after {
  content: "Top 5";
}
/* .bedrockresidential input:checked + .slidertoglle:after {
  padding-left: 63px;
} */
body.bedrockscroll .widget-container {
  overflow: auto;
  height: calc(100vh - 213px);
}
body.bedrockscroll #project-list {
  overflow: auto;
  height: calc(100vh - 100px);
}
body.bedrockscroll .widget-tab .nav-fill {
  display: inline-block;
}
.apartmenttable a {
  cursor: pointer;
  color: #0090d9 !important;
  width: 86%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
agm-map {
  height: 400px;
}
.bedrocks_filter .white-box {
  position: inherit;
}
.messagesent_planingtable th,
.messagesent_planingtable td {
  border: 1px solid #dee2e6;
  text-align: left;
  padding: 7px;
}

.tablescroll {
  overflow-y: scroll;
  height: 370px;
}

tfoot tr td {
  height: 0;
  line-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}
tfoot tr td div {
  position: absolute;
  color: #191919;
  padding: 10px;
  margin-left: -8px;
  line-height: normal;
  width: 100%;
  z-index: 2;
  text-align: left;
  font-weight: bold;
}

tfoot tr td div {
  border-left: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
}
tfoot tr td div {
  bottom: 0;
  padding-left: 5px;
  background: #dcdcdc;
}
.messagesent_planingtable {
  margin-bottom: 0px;
}
.tablescroll::-webkit-scrollbar {
  width: 8px;
}
.tablescroll::-webkit-scrollbar-thumb {
  background-color: #808080;
  outline: 1px solid slategrey;
}
.tablescroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.tablescroll::selection {
  background: #eccaf2;
  color: #fff;
}
.multiselect-item-checkbox input[type="checkbox"] + div:before {
  border: 2px solid #cccccc !important;
}
.widgetloader_circle {
  min-height: 330px;
}
.fa-star {
  color: #f2a427;
}

/* search box css */

.budgertDropBtn,
.budgertDropBtn:focus {
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 8px;
  margin-right: 10px;
}
.newChartMenu.chart-menu .dropdown-menu {
  margin-top: 10px;
  margin-right: 30px;
}

.searchBoxSet {
  width: 292px;
}
.searchResultSet {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  min-width: auto;
  max-width: 100%;
  margin: 0;
}
.searchBgColor {
  min-width: 435px;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  padding: 0;
}
.searchBgColor li {
  width: 100%;
  min-height: 50px;
}
.searchBgColor li a {
  display: block;
}
.searchBgColor li a p strong,
.searchBgColor li p strong {
  font-size: 14px;
}
.searchBgColor li a p,
.searchBgColor li p {
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
  color: #333;
  min-height: 50px;
  padding: 8px 10px;
  padding-left: 35px;
  border-bottom: solid 1px #eee;
  transition: 0.3s linear 0s;
  cursor: pointer;
}
.searchBgColor li:hover a p {
  background-color: #f8f8f8;
}
.searchBgColor li:last-child a p {
  border-bottom: 0;
}
.headerUser {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.dash-grid p.mapLocationPoint {
  color: #3790dc;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.longtxtPaarent {
  display: flex;
  align-items: baseline;
}
.textOverflowHeader {
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.imageadd strong:after {
  margin-top: -22px;
  content: "M";
  display: block;
  position: absolute;
  right: 11px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  color: #ec5825;
  font-size: 10px;
  font-weight: 500;
  border: solid 1px #ec5825;
}
.fa-star {
  cursor: pointer;
  padding-right: 4px;
  float: left;
}
.far.fa-star {
  color: #aaa;
  padding-right: 4px;
  float: left;
}
.dash-grid {
  padding-bottom: 30px;
}
.select_formrightpad .form-group {
  margin-right: 9px;
}
.bedrockscroll .search-box {
  background: #ffffff;
}
.Sellingtoggle:after {
  content: "Revenue ($)";
}
.campAttractionstoggle:after {
  content: "# Count";
}
.campAttractionstoggleSales:after {
  content: "Revenue ($)";
}
.campAttractionstoggAttraction:after {
  content: "Revenue ($)";
}
.peoducthitgether:after {
  content: "Sequential";
}
.pdhitgether {
  width: 182px;
}
.pdhitgether .absolute-no {
  left: 10px;
}
.pdhitgether .slidertoglle:before {
  left: 8px;
}
.pdhitgether input:checked + .slidertoglle:before {
  -webkit-transform: translateX(135px);
  transform: translateX(135px);
}
.chart-container .filter-lbl {
  padding-top: 0px;
  font-weight: 600;
  color: #3d3d3d;
  font-size: 14px;
}
.apartmenttable.newTable a {
  width: 150px;
  font-weight: 400;
}
.overallsearch_image {
  float: left;
  width: 30px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 12px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
}
.apartmenttable .table th,
.apartmenttable .table td {
  border-top: 0px solid #dee2e6;
}
.agm-info-window-content address {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.bedrockresidential.parkingtoggle {
  margin-top: -38px;
  right: 30px;
}
.switchtoggle {
  margin-top: -10px;
  right: 60px;
}
.ng-select {
  max-width: 260px;
}
.agm-info-window-content address b {
  color: #e35929;
  padding-left: 15px;
}
.agm-info-window-content address b:first-child,
.revenueaddress {
  padding-left: 0px !important;
}
.bedrocktop5 {
  margin-top: -51px;
  right: 53px;
}
.full_wth_twodrob .form-group.firstdrob_t2.revenetopdata {
  margin-right: 210px;
}
.bedrocktop5 input:checked + .slidertoglle:after {
  padding-left: 49px;
}
.socialresults {
  padding: 0px;
  padding-bottom: 10px;
}
ul.socialresults li {
  list-style: none;
  /* width: 120px; */
  float: left;
  color: #1c82d9;
  font-size: 16px;
  line-height: 30px;
  padding-left: 10px;
  background: #ffffff;
  margin-right: 10px;
  border: solid 1px #ececec;
  cursor: pointer;
}
.socialresults .sicondata {
  color: #e41057;
  font-size: 20px;
  padding-right: 6px;
  width: 25px;
}
.selectedtable {
  border: solid 1px #eaeaea;
  border-top: 0;
}
.selectedtable th {
  background: #e8eff5;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 600;
}
.selectedtable a {
  background: #e41057;
  padding: 10px;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
}
.socialresults .sicondata.fa-facebook-square {
  color: #1774eb;
}
.socialresults .sicondata.fa-comment-alt {
  color: #f8a014;
}
.socialresults .sicondata.fa-envelope {
  color: #e41057;
}
.socialresults .sicondata.fa-globe {
  color: #7dcef3;
}
.selectedtable .table {
  margin-bottom: 0px;
}
.gm-style-iw-d,
.gm-style-iw.gm-style-iw-c {
  max-width: 500px !important;
}
.channelscrolltabtop {
  margin-top: 114px;
}
.login-panel h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
span.icon_placeholder {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #fff;
}
span.ticksucess {
  font-size: 50px;
  color: #40d440;
}
.border-goalallocation ul {
  padding: 0;
  list-style-type: none;
  margin: 0px;
  /* min-height: 75px; */
}
.border-goalallocation ul li {
  width: 49%;
  float: left;
  font-size: 14px;
}
.border-goalallocation ul li span {
  color: #353535;
  padding-left: 2px;
}
.border-goalallocation ul li:nth-child(1) {
  color: #53917e;
}
.border-goalallocation ul li:nth-child(2) {
  color: #700548;
}
.border-goalallocation ul li:nth-child(3) {
  color: #53917e;
}
.border-goalallocation ul li:nth-child(4) {
  color: #700548;
}
.border-goalallocation ul li:nth-child(5) {
  color: #700548;
}
.border-goalallocation {
  padding: 10px;
  list-style-type: none;
  margin: 10px;
  margin-bottom: 15px;
  border: solid 1px #00b3f6;
  border-radius: 5px;
}
.border-goalallocation h6.campaign_title {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
}
h6.campaign_title span {
  font-size: 13px;
  color: #696969;
}
.border-goalallocation p {
  color: #353535;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-size: 14px;
}
.border-goalallocation p.status_rate span.mediumsmile {
  color: #f6b20e;
  padding-left: 5px;
}
.border-goalallocation p.status_rate span.lowsmile {
  color: #fa3838;
  padding-left: 5px;
}
.border-goalallocation p.status_rate span.sucesssmile {
  color: #0aae47;
  padding-left: 5px;
}
.status_rate .fa-smile {
  font-size: 35px;
  position: absolute;
  margin-left: 10px;
  margin-top: -5px;
}
.quarter_goalallocation {
  padding: 10px;
  border: solid 1px #ccc;
  margin-bottom: 5px;
  border-radius: 5px;
}
.disableddata_allocation {
  opacity: 0.7;
}
popover-content .popover {
  padding: 3px;
  line-height: 24px;
  font-size: 14px;
  background: #ffffff;
  color: #2d2d2d;
  z-index: 999999;
  font-weight: 600;
  max-width: 350px;
  box-shadow: 2px 2px 5px 0px #9c9c9c;
  border: solid 1px #d8d8d8;
}
.popover-content ul {
  padding-left: 15px;
  margin: 0px;
}
.sugestallocation .border-goalallocation {
  min-height: 76px;
}
.sugestallocation .campaign_title {
  padding-left: 10px;
  margin-bottom: 0px;
}
.sugestallocation .border-goalallocation ul li {
  color: #53917e !important;
  width: 100%;
}
.customer_journey li {
  width: 15.2%;
  height: 72px;
  position: relative;
  background: #4a98d0;
  float: left;
  color: #fff;
  margin-left: 8px;
  margin-top: 20px;
  list-style: none;
  margin-bottom: 20px;
}
.customer_journey li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  border-left: 40px solid white;
  border-top: 40px solid transparent;
  border-bottom: 32px solid transparent;
  border-right: 20px solid transparent;
  z-index: 999;
}
.customer_journey li:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  right: -40px;
  z-index: 9999;
  border-left: 40px solid #4a98d0;
  border-top: 39px solid transparent;
  border-bottom: 33px solid transparent;
}
.customer_journey span.legend_number {
  position: absolute;
  bottom: 1px;
  left: 39px;
  font-size: 21px;
}
.customer_journey span.legend_text {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  top: 5px;
  text-align: center;
  left: 5px;
}
.customer_journey {
  padding: 0px;
  margin: 0px;
  margin-left: 5px;
}
.customer_journey li:nth-child(1) {
  background: #f16263;
}
.customer_journey li:nth-child(1):before {
  border-left: 40px solid #f16263;
}
.customer_journey li:nth-child(2) {
  background: #fe8145;
}
.customer_journey li:nth-child(2):before {
  border-left: 40px solid #fe8145;
}
.customer_journey li:nth-child(3) {
  background: #f1ba02;
}
.customer_journey li:nth-child(3):before {
  border-left: 40px solid #f1ba02;
}
.customer_journey li:nth-child(4) {
  background: #9cc157;
}
.customer_journey li:nth-child(4):before {
  border-left: 40px solid #9cc157;
}
.customer_journey li:nth-child(5) {
  background: #77ac3a;
}
.customer_journey li:nth-child(5):before {
  border-left: 40px solid #77ac3a;
}
.customer_journey li:nth-child(6) {
  background: #4a98d0;
}
.customer_journey li:nth-child(6):before {
  border-left: 40px solid #4a98d0;
}
.customer_journey li:nth-child(7) {
  background: #5282bd;
}
.customer_journey li:nth-child(7):before {
  border-left: 40px solid #5282bd;
}
.customer_journey li:nth-child(8) {
  background: #7a71ab;
}
.customer_journey li:nth-child(8):before {
  border-left: 40px solid #7a71ab;
}
.customer_journey li:nth-child(9) {
  background: #b06cba;
}
.customer_journey li:nth-child(9):before {
  border-left: 40px solid #b06cba;
}
.customer_journey .legend_info {
  width: 17px;
  height: 17px;
  border: solid 1px #fff;
  border-radius: 50%;
  padding: 2px;
  position: absolute;
  bottom: 5px;
  right: 1px;
  font-size: 10px;
  cursor: pointer;
}
/* .popover.right.in {
  min-width: 350px;
} */
.selectedtable .table th {
  border: 1px solid #e3e4e4;
  text-transform: capitalize;
  font-size: 13px;
}
.selectedtable .table th,
.selectedtable .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 13px;
}
.customer_journey li.active {
  display: block;
}
.customer_journey li.disabled:nth-child(1) {
  background: #f7a1a1;
}
.customer_journey li.disabled:nth-child(1):before {
  border-left: 40px solid #f7a1a1;
}
.customer_journey li.disabled:nth-child(2) {
  background: #feb38f;
}
.customer_journey li.disabled:nth-child(2):before {
  border-left: 40px solid #feb38f;
}
.customer_journey li.disabled:nth-child(3) {
  background: #fae6a4;
}
.customer_journey li.disabled:nth-child(3):before {
  border-left: 40px solid #fae6a4;
}
.customer_journey li.disabled:nth-child(4) {
  background: #cee1b8;
}
.customer_journey li.disabled:nth-child(4):before {
  border-left: 40px solid #cee1b8;
}
.customer_journey li.disabled:nth-child(5) {
  background: #bedaee;
}
.customer_journey li.disabled:nth-child(5):before {
  border-left: 40px solid #bedaee;
}
.customer_journey li.disabled:nth-child(6) {
  background: #bedaee;
}
.customer_journey li.disabled:nth-child(6):before {
  border-left: 40px solid #bedaee;
}
.customer_journey li.disabled:nth-child(7) {
  background: #c1d2e7;
}
.customer_journey li.disabled:nth-child(7):before {
  border-left: 40px solid #c1d2e7;
}
.customer_journey li.disabled:nth-child(8) {
  background: #cfcce1;
}
.customer_journey li.disabled:nth-child(8):before {
  border-left: 40px solid #cfcce1;
}
.customer_journey li.disabled:nth-child(9) {
  background: #e3cae6;
}
.customer_journey li.disabled:nth-child(9):before {
  border-left: 40px solid #e3cae6;
}
li.text-center.disabled popover-content {
  display: none;
}
.goalperiod .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  margin: 0px;
  width: 100px;
  height: 35px;
  border-radius: 0px;
  background: #fff;
  border: solid 1px #e8e8e8cc;
  box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.goalperiod .progress .wth-30 {
  width: 40%;
}
.goalperiod .progress .wth-50 {
  width: 60%;
}
.goalperiod .progress .wth-80 {
  width: 70%;
}
.goalperiod .progress .wth-75 {
  width: 75%;
}
.goalperiod {
  bottom: 125px;
  position: absolute;
  width: 260px;
}
.goalperiod_1 {
  transform: rotate(-90deg);
  width: 125px;
  float: left;
  margin-left: 30px;
  margin-bottom: 13px;
}
.goalperiod_2 {
  transform: rotate(-90deg);
  width: 120px;
  float: left;
  margin-left: 33px;
  margin-bottom: 63px;
}
.goalperiod_3 {
  transform: rotate(-90deg);
  width: 120px;
  float: left;
  margin-left: 33px;
  margin-bottom: 66px;
}
.goalperiod_4 {
  transform: rotate(-90deg);
  width: 120px;
  float: left;
  margin-left: 33px;
  margin-bottom: 66px;
}
.goalperiod_1 .progress {
  border-radius: 50px 0px 0px 50px;
}
.goalperiod .progress-bar {
  color: #1b1b1b;
}
.goalperiod span {
  transform: rotate(90deg);
  text-align: center;
  padding-top: 6px;
}
.goalperiod_5 .progress {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transform: rotate(-90deg);
  margin-bottom: 31px;
  margin-left: 55px;
  float: left;
}
.goalperiod_5 span.progress_golatoal {
  margin-left: -54px;
  top: -20px;
  position: relative;
  z-index: 999;
}
span.progress_golatoalperiod25 {
  position: absolute;
  right: 0;
  left: -4px;
  top: 100px;
}
.progress_golatoalperiod25 sup:after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  background: #dc3545;
  border-radius: 50%;
  position: absolute;
  top: 0px;
}
li.text-center.disabled popover-content {
  display: none;
}
.loading-img {
  text-align: center;
  position: absolute;
  width: 100%;
  left: -114px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
}
.loading-img img {
  position: absolute;
}
.borderbottom_dashboard .nav-tabs {
  float: left;
  border-bottom: 0px;
  background: transparent !important;
}
.borderbottom_dashboard .nav-tabs .nav-item {
  margin-bottom: 0px;
  border: 0px;
  color: #828282;
  text-transform: uppercase;
  margin-left: 10px;
  background: transparent !important;
}
.borderbottom_dashboard .nav-tabs a.nav-link:hover,
.borderbottom_dashboard .nav-tabs a.nav-link:focus,
.borderbottom_dashboard .nav-tabs a.nav-link.active {
  border: 0px;
  top: 0px !important;
  margin-bottom: 0px;
  cursor: pointer;
  color: #737373 !important;
}
.borderbottom_dashboard .nav-tabs a.nav-link {
  padding: 5px 17px !important;
  font-size: 14px !important;
}
.borderbottom_dashboard .nav-tabs a.nav-link.active {
  border-bottom: solid 2px #e41057 !important;
  color: #e41057 !important;
}
.borderbottom_dashboard .custom-tab nav > .nav.nav-tabs {
  background: transparent;
}
div#chartdiv g[aria-labelledby] {
  display: none;
}
.keydriversscroll .scrolltabtop {
  margin-top: 103px;
}
.keydrivertop5 .slidertoglle:after {
  content: "Top 5";
}
.keydrivertop5 {
  width: 108px;
  margin-top: 1px;
  right: 27px;
}
.keydrivertop5 .absolute-no {
  font-size: 12px;
  width: calc(100%);
  padding-left: 24px;
}
.keydrivertop5.switchtoggle input:checked + .slidertoglle:before {
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
}
#contribution-analysis .modal-body .selectedtable {
  height: 68vh;
}
.theadscroll_footerscroll {
  overflow-y: auto;
  max-height: 450px;
  border-top: 20px solid transparent;
  border-bottom: 41px solid transparent;
}

.theadscroll_footerscroll table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.theadscroll_footerscroll thead tr th,
.theadscroll_footerscroll tfoot tr td {
  height: 0;
  line-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}

.theadscroll_footerscroll thead tr th div,
.theadscroll_footerscroll tfoot tr td div {
  position: absolute;
  color: #fff;
  padding: 10px;
  margin-left: -10px;
  line-height: normal;
  width: 100%;
  z-index: 2;
  text-align: left;
  font-weight: bold;
}

.theadscroll_footerscroll tfoot tr td div.c1,
.theadscroll_footerscroll thead tr th div.c1 {
  background: #f9f9f9;
  color: #000;
}
.theadscroll_footerscroll tfoot tr td div.c2,
.theadscroll_footerscroll thead tr th div.c2 {
  background: #f9f9f9;
  color: #000;
}
.theadscroll_footerscroll tfoot tr td div.c3,
.theadscroll_footerscroll thead tr th div.c3 {
  background: #f9f9f9;
  color: #000;
}

.theadscroll_footerscroll thead tr th div {
  width: 26%;
  top: auto !important;
  margin-top: -40px;
}
.theadscroll_footerscroll tfoot tr td div {
  bottom: 0;
  width: 27%;
  padding-right: 32px;
}
.theadscroll_footerscroll thead tr th:first-child div,
.theadscroll_footerscroll tfoot tr td:first-child div {
  border-left: none;
}
.border_blue {
  border: solid 1px #3498db;
  margin: 10px 0px;
  padding: 0px;
  border-radius: 4px;
  padding-bottom: 15px;
}
.wizard {
  padding: 20px 20px;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
}
.wizard .tab-content {
  padding: 0px;
}
.wizard .filter-lbl {
  padding: 0px;
}
.wizard > div.wizard-inner {
  position: relative;
}

span.round-tab {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e0e0e0;
  z-index: 2;
  left: 0;
  text-align: center;
  font-size: 25px;
}
span.round-tab i {
  color: #555555;
}
.wizard .nav-tabs > li a.active.show .round-tab {
  border: 1px solid #e41057;
}
.wizard .nav-tabs > li a.active.show {
  color: #202020;
}
.wizard .nav-tabs > li {
  width: 25%;
}
.wizard .nav-tabs > li a {
  display: block;
  clear: both;
  color: #adadad;
}
.wizard .nav-tabs > li a img {
  opacity: 0.5;
}
.image_airecomendation li a img {
  opacity: 0.5;
  width: 20px;
  height: 20px;
}
.wizard .nav-tabs > li a.active.show img {
  opacity: 1;
}
.tabllerecomendationlist {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.tabllerecomendationlist li {
  color: #3d3d3d;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabllerecomendationlist li span {
  color: #ee8c0c;
  width: 83px;
  float: left;
}
.selectedtable select {
  color: #3d3d3d;
  font-size: 14px;
  color: #3d3d3d;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff url("../images/arrowdown.png") no-repeat;
  background-position: 96%;
  border: 0px;
  border-bottom: solid 1px #383838;
  border-radius: 0px;
}
.table.zui-table th {
  text-transform: uppercase;
}
.zui-table input {
  background: #e8eff5;
  border: solid 1px #909090;
  border-radius: 4px;
  padding-left: 10px;
  /* color: #ffffff; */
  width: 100%;
}
.showmore_show sup .fa-star {
  float: inherit;
  color: #e41057;
  font-size: 7px;
}
span.value_predication span {
  float: right;
  padding-right: 13%;
  font-weight: bold;
  font-size: 20px;
}
.airecomendationwizard .nav-tabs > li {
  padding-right: 7px;
  width: auto;
}
.wizard.airecomendationwizard {
  border: 0px;
  padding: 10px;
}
.Airecomendationist .campaign_title {
  padding-left: 0px;
  line-height: 24px;
}
.Airecomendationist .popover-content ul li {
  color: #656565 !important;
  width: 100%;
}
.Airecomendationist .campaign_title span.reference_ai {
  font-size: 14px;
  color: #3d8a3d;
  font-weight: bold;
}
.Airecomendationist ul.list_aistrategy li {
  color: #ee8c0c !important;
}
.Airecomendationist .border-goalallocation {
  margin: 0px;
  margin-bottom: 10px;
  border: solid 1px #d8d8d8;
  min-height: 80px;
}
.Airecomendationist .fa-info-circle {
  color: #3498db;
}
.show_aicheckbox {
  display: none;
}
.border-goalallocation:hover .show_aicheckbox {
  display: block;
}
.border-goalallocation:not(:hover) .show_aicheckbox {
  display: none;
}
.border-airecent {
  border-right: solid 1px #ccc;
  padding-right: 1px;
  padding-left: 6px;
}
.airecomendationwizard span.round-tab {
  width: 35px;
  height: 35px;
  line-height: 31px;
  border-radius: 3px;
}
.border-goalallocation .btn,
.border-goalallocation .btn:hover {
  position: absolute;
  right: 22px;
  min-width: auto;
  border-radius: 5px;
  background: #1bb96d;
  color: #fff;
  line-height: 15px;
  top: 5px;
  font-size: 12px;
  z-index: 999;
}
.socialresults .sicondata.fa-google {
  color: #1774eb;
}
.socialresults img {
  cursor: pointer;
  padding-right: 5px;
  top: -3px;
  position: relative;
}
.triangle-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  left: 50%;
  position: absolute;
  top: -10px;
  box-shadow: 5px 0px 79px #f7f7f7;
}
.login-panel .alert-danger {
  background: #fff;
  border-color: #fff;
  text-transform: capitalize;
  position: absolute;
  border-radius: 0px;
  z-index: 999;
  width: 100%;
  top: 43px;
  color: red;
  font-size: 14px;
  box-shadow: 5px 0px 79px #f7f7f7;
  border: solid 1px #f7f7f7;
  text-align: left;
}
#message {
  position: absolute;
  width: 81%;
  background: #fff;
  z-index: 9999;
  margin-top: 0px;
  text-align: left;
  padding-left: 30px;
  border-radius: 0px;
  margin-left: 15px;
  box-shadow: 5px 0px 79px #f7f7f7;
  border: solid 1px #f7f7f7;
}
#message p {
  font-size: 14px;
  margin: 15px 0 15px;
  text-transform: capitalize;
}
a.addnew_btn {
  background: #e41057;
  padding: 10px;
  border-radius: 2px;
  color: #fff !important;
  position: relative;
  top: 10px;
  float: none;
  font-size: 15px;
  cursor: pointer;
}
a.addnew_btn span {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  top: 3px;
}
.icon_actions a {
  padding: 5px;
  cursor: pointer;
}
.admicontrol .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1db766;
  background-color: #1db766;
}
.admicontrol .custom-control-input ~ .custom-control-label::before {
  color: #fff;
  border-color: #8c8c8c;
  background-color: #8c8c8c;
}
.admicontrol .custom-control-label::after {
  background-color: #ffffff;
}
.icon_actions .fa {
  font-size: 16px;
}
.icon_actions .fa-eye {
  color: #2e8dd0;
}
.icon_actions .fa-edit {
  color: #1db766;
}
.icon_actions .fa-trash {
  color: #e84646;
}
.admicontrol .custom-control-label {
  cursor: pointer;
}
.admin_listpage {
  border: solid 1px #dbdbdb;
  min-height: 350px;
  padding: 10px;
  border-radius: 3px;
}
.backtoorganisationlist a {
  color: #e41057;
  font-size: 16px;
  cursor: pointer;
}
.backtoorganisationlist {
  padding-bottom: 10px;
  color: #e41057;
}
.backtoorganisationlist a span {
  border-bottom: solid 1px #e41057;
  font-size: 14px;
}
.admin_actionsbtn .btn-default {
  margin-top: 15px;
  background: #fff;
  margin-left: 10px;
  line-height: 17px;
  border-radius: 3px;
  border: solid 1px #e41057;
  min-width: 100px;
  font-size: 14px;
  padding-top: 7px;
  color: #e41057 !important;
  text-transform: uppercase;
  min-width: 100px !important;
}
.admin_actionsbtn .btn-default:active,
.admin_actionsbtn .btn-default:hover,
.admin_actionsbtn .btn-default:focus {
  background: #e41057;
  color: #fff !important;
  border-color: #e41057;
  box-shadow: none;
  outline: 0;
}
.admin_actionsbtn .btn-default.btn-save {
  background: #e41057;
  color: #fff !important;
}
.admin_listpage .filter-lbl {
  color: #3d3d3d;
  font-size: 14px;
  padding: 17px 10px 0 15px;
}
.admin_listpage .form-control {
  margin-top: 10px;
}
#pictureuploadd {
  display: none;
}
.newbtn {
  cursor: pointer;
  min-height: 140px;
  max-height: 140px;
  background: #fafafa;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  line-height: 22px;
  font-size: 14px;
  color: #dedede;
}
.newbtn span {
  color: #05b8fb;
  text-decoration: underline;
}
label.removebtnimg {
  color: #e41057;
  opacity: 0.6;
  float: right;
  font-weight: bold;
  padding: 0px;
  margin: 0;
}
.admin_listpage .form-group {
  margin-bottom: 5px;
}
.admin_listpage ::-webkit-input-placeholder,
.search-box ::-webkit-input-placeholder {
  /* Edge */
  color: #d4d4d4;
}
.admin_listpage :-ms-input-placeholder,
.search-box :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d4d4d4;
}
.admin_listpage ::placeholder,
.search-box ::placeholder {
  color: #d4d4d4;
}
.admin_listpage select {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  background: #fff url("../images/arrowdown.png") no-repeat;
  background-position: 96%;
}
.admin_listpage sup {
  color: #f42323;
}
.admicontrol span {
  position: relative;
  top: 5px;
}
.admindetails_headings {
  padding-top: 25px;
  font-size: 15px;
  padding-bottom: 10px;
}
.backtoorganisationlist .fa-reply {
  padding-right: 5px;
  position: relative;
  top: 4px;
}
.funnel_innerlabel .filter-lbl {
  padding-top: 0px;
  color: #0199ff;
  font-weight: bold;
}
.planningfiltertwo .scroll_nav {
  margin-top: 90px;
  padding-bottom: 40px;
}
.autoadjust_list {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.autoadjust_list .box {
  border: 1px solid #dbdbdb;
  width: 32%;
  margin: 5px;
  float: left;
  border-radius: 4px;
}
.heading_analysis {
  background: #f1f3f9;
  color: #3d3d3d;
  line-height: 40px;
  padding-left: 10px;
}
.autoadjust_list ul {
  padding: 0;
  padding-left: 10px;
  list-style: none;
  height: 200px;
  overflow: auto;
}
.autoadjust_list li {
  padding-top: 15px;
}
.admin_listpage .filter-lbl.Location_font {
  font-weight: bold;
  font-size: 14px;
  padding-top: 30px;
  padding-left: 0px;
}
.valid:before {
  position: absolute;
  left: 6px;
  background: green;
  width: 20px;
  height: 20px;
  line-height: 23px;
  border-radius: 50%;
  text-align: center;
  margin-top: -6px;
  color: #ffffff;
  content: "✔";
}
.invalid:before {
  position: absolute;
  left: 6px;
  content: "✖";
  background: red;
  width: 20px;
  height: 20px;
  line-height: 23px;
  border-radius: 50%;
  text-align: center;
  margin-top: -3px;
  color: #ffffff;
}
.admin_listpage .alert.alert-danger {
  background: transparent;
  border-color: transparent;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 999;
  width: 100%;
  color: red;
  font-size: 12px;
  margin-bottom: 0px;
  box-shadow: none;
  border: solid 0px #f7f7f7;
  text-align: left;
  padding: 2px;
}
.filter-box .alert.alert-danger {
  background: transparent;
  border-color: transparent;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 999;
  width: 100%;
  color: red;
  font-size: 12px;
  margin-bottom: 0px;
  box-shadow: none;
  border: solid 0px #f7f7f7;
  text-align: left;
  padding: 2px;
}
.admin_listpage .triangle-up {
  display: none;
}
.version_update {
  text-align: right;
  position: absolute;
  z-index: 999;
  bottom: 7px;
  right: 16%;
  font-weight: 500;
  font-size: 14px;
}
.version_update_inner {
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 5px;
  padding: 4px;
  line-height: 20px;
}
.innerpage_validation .alert-danger {
  background: transparent;
  border-color: transparent;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 999;
  width: 100%;
  color: red;
  font-size: 12px;
  margin-bottom: 0px;
  box-shadow: none;
  border: solid 0px #f7f7f7;
  text-align: left;
  padding: 2px;
}
textarea::placeholder,
input::placeholder {
  color: #d4d4d4 !important;
}
li.no-data h5 {
  font-size: 12px;
}
.password_eyeclose {
  width: 96%;
  cursor: pointer;
  top: 8px !important;
}
span.col.first_row,
span.col.second_row,
span.col.third_row {
  padding: 5px;
}
.modal-body .btn {
  border-radius: 3px;
}
#revenuegeneration .highcharts-series-0,
#revenuegeneration .highcharts-label {
  opacity: 1 !important;
}
.keydriversscroll {
  padding-bottom: 45px !important;
}
#wrapper .sidebar .dropdown-item,
#wrapper .sidebar .dropdown-item {
  padding: 7px 5px;
  text-align: center;
}
.dropdown .dropdown-item img {
  opacity: 0.5;
}
.dropdown .dropdown-item.active img {
  opacity: 1;
}
#wrapper .sidebar .dropdown-item span,
#wrapper .sidebar .dropdown-item span {
  display: block;
  max-width: 90px;
  padding-left: 0px;
  white-space: pre-wrap;
  text-align: center;
  line-height: 15px;
  padding-top: 5px;
  font-size: 12px;
}
#wrapper .sidebar .nav-item .dropdown-menu {
  position: relative !important;
  width: 90px;
  left: 0 !important;
}
#wrapper .sidebar .dropdown-menu {
  min-width: auto;
}
#wrapper .sidebar .dropdown-item span {
  display: block;
  max-width: 90px;
  padding-left: 0px;
  white-space: pre-wrap;
  text-align: center;
  line-height: 15px;
  padding-top: 5px;
  font-size: 13px;
  font-weight: 600;
}
span.inner_cureentpassword {
  position: relative;
  top: -25px !important;
  left: 91%;
  width: 100%;
}
.face-bg::-webkit-scrollbar {
  width: 8px;
}
.face-bg::-webkit-scrollbar-thumb {
  background-color: #808080;
  outline: 1px solid slategrey;
}
.face-bg::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.face-bg::selection {
  background: #eccaf2;
  color: #fff;
}
.facechart li:nth-child(1) {
  background: #cddeee;
}
.facechart li:nth-child(1):before {
  background-image: url(../images/facetopcurve.png);
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  width: 161px;
  left: 100px;
  background: #cddeee;
  height: 40px;
  border-radius: 50%;
}
.facechart li:nth-child(2) {
  background: #abc7e3;
}
.facechart li:nth-child(3) {
  background: #88b0d7;
}
.facechart li:nth-child(4) {
  background: #6699cc;
}
.facechart li:nth-child(5) {
  background: #4482c1;
}
.facechart li:nth-child(6) {
  background: #366ba1;
}
.facechart li:nth-child(7) {
  background: #346698;
}
.sidebar::-webkit-scrollbar {
  width: 8px;
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: #808080;
  outline: 1px solid slategrey;
}
.sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.sidebar::selection {
  background: #eccaf2;
  color: #fff;
}
.impression .slidertoglle:after {
  content: "Channel";
}
.impression.switchtoggle input:checked + .slidertoglle:before {
  -webkit-transform: translateX(88px);
  transform: translateX(88px);
}
.filter-output .kycpopover li {
  box-shadow: inherit;
  border: solid 0px #ddd;
  border-radius: 0px;
  margin-bottom: 0px;
  border-right: solid 0px #ee5a87;
  padding: 0px;
  list-style: none;
  position: inherit;
  min-height: 0px;
  vertical-align: inherit;
  text-transform: initial;
  font-size: 12px;
  color: #3d3d3d;
  line-height: 18px;
}
i.fas.fa-info-circle {
  cursor: pointer;
  color: #3498db;
}
.kycpopover li:before {
  content: "";
  width: 8px;
  line-height: 23px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  border: solid 1px #ee8c0c;
  background: #ee8c0c;
}
international-phone-number .dropbtn {
  border: solid 1px #d4d4d4 !important;
  border-radius: 5px;
  min-width: auto;
  margin-right: 10px;
  margin-top: 10px;
}
.alert-danger:empty {
  display: none;
}
.incomeborder li h6 {
  color: #efb81d;
}
.incomeborder li {
  border-right-color: #efb81d;
}
ul.kycpopover strong {
  color: #3d8a3d;
  font-size: 14px;
  text-transform: initial;
}
ul.kycpopover {
  padding-left: 5px;
  list-style: none;
}
ul.kycpopover li strong {
  color: #ee8c0c;
  font-size: 14px;
  text-transform: initial;
}
.bredcrumbleft .breadcrumb {
  left: 120px;
}
.padd_removeform .head-filter .form-group {
  width: 100%;
  margin-right: 0px;
  min-width: 187px;
}
.scrolltdalign tbody::-webkit-scrollbar {
  width: 8px;
}
.scrolltdalign tbody::-webkit-scrollbar-thumb {
  background-color: #808080;
  outline: 1px solid slategrey;
}
.scrolltdalign tbody::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.scrolltdalign tbody::selection {
  background: #eccaf2;
  color: #fff;
}
.scrolltdalign th,
.scrolltdalign td {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  padding-left: 8px;
  vertical-align: middle;
}
.scrolltdalign th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6 !important;
  background: #f9f9f9;
  color: #3d3d3d;
}
.scrolltdalign tbody {
  display: block;
  max-height: 350px;
  overflow: auto;
}
.scrolltdalign thead,
.scrolltdalign tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.scrolltdalign thead {
  width: calc(100% - 1em);
}
.scrolltdalign td {
  font-size: 14px;
  font-weight: 600;
  color: #3d3d3d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}
.addorgmobilenumber .iti {
  display: block;
}
input:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 5px #3d3d3d;
}
.search_input:focus {
  box-shadow: none;
}
.nodatatext {
  display: inline-block;
  vertical-align: middle;
  /* line-height: 100px; */
  width: 100%;
  text-align: left;
  min-height: 400px;
}
.nodatatext:before {
  content: "";
  display: inline-block;
  min-height: 400px;
  vertical-align: middle;
}
#defaultwidget .filter-box {
  padding-right: 5px;
}
.offline {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.online {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.residentialtoggle_properties {
  right: 243px !important;
  margin-top: 0px !important;
}
@-moz-document url-prefix() {
  .residentialtoggle_properties {
    right: 278px !important;
    margin-top: 8px !important;
  }
}
.stabilized_data:after {
  content: "Stabilized";
}
.viewdetails {
  background: #e41057;
  border-radius: 2px !important;
  color: #fff;
  text-transform: uppercase !important;
  vertical-align: middle;
}
.viewdetails:hover {
  color: #fff;
}
.border-goalallocation ul.smlistai_doc li {
  width: 100%;
  float: none;
}
.boxtop_chanel {
  margin-top: 10px;
  padding: 10px;
}
.boxtop_chanel:first-child {
  margin-top: 0px;
}
.no-datatxt {
  position: absolute;
  width: 100%;
  padding: 20px;
}
.box_item {
  display: table;
}
.box.white-box {
  margin-left: 15px;
  width: 193px;
  margin-top: 20px !important;
}
.nodataparent {
  text-align: center;
  min-height: 150px;
  display: table;
  width: 100%;
}

.nodataparent span {
  vertical-align: middle;
  display: table-cell;
}
span.color_number {
  color: #ee8c0c !important;
}
.widget-header popover-content .popover,
.grey-text .popover {
  max-width: 650px;
}
.widget-header popover-content .popover-content {
  padding: 5px;
}
.widget-header ul.kycpopover,
.grey-text ul {
  list-style: none;
}
#defaultwidget .white-box {
  padding: 0px;
}
#defaultwidget .widget-header popover-content .popover {
  margin-top: 25px;
}
#defaultwidget .widget-header {
  margin-bottom: 7px;
}
.scrolltdalign tbody tr td.sequencial:first-child a {
  color: #0056b3 !important;
  cursor: pointer;
}
.scrolltdalign tbody tr td.sequencial:first-child a:hover {
  border-bottom: solid 1px #0056b3;
}
.scrolltdalign tbody tr td.nonsequencial:first-child a {
  color: inherit !important;
  border-bottom: solid 0px #0056b3;
  cursor: default;
}
.scrolltdalign tbody tr td img {
  padding-right: 5px;
}
.modal-dialog {
  -webkit-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  top: 50%;
  margin: 0 auto;
}
.table-responsive table th {
  background: #f9f9f9;
  text-transform: capitalize;
}
.audiencerthcol .padd_reduce_rt:last-child {
  padding-right: 15px;
}
bs-daterangepicker-container {
  left: 0px !important;
}
.theme-green .bs-datepicker-head {
  background-color: #e41057;
}
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #e41057;
}
.bs-datepicker-container {
  padding: 5px;
}
.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 310px;
  margin: 1em auto;
}
.audiencerthcol .padd_reduce_rt:last-child {
  padding-right: 15px;
}
#productDistributionId span.highcharts-drilldown-axis-label,
#productDistributionId .highcharts-axis-labels1 {
  text-align: center;
}
.multiselect-dropdown .dropdown-btn .selected-item a {
  position: absolute;
  left: 84px;
  width: 17px;
  text-align: center;
  height: 17px;
  border-radius: 50%;
}
.resetwidgetlevelbtn {
  margin-right: 222px;
  float: right;
  color: #f9f9f9 !important;
  font-weight: 500;
  background: #e41057;
  padding: 4px;
  border-radius: 5px;
  line-height: 15px;
  margin-top: 9px;
  cursor: pointer;
}
.filter-bar .col,
.filter-box .col,
.filter-bar .col-md-3,
.filter-bar .col-md-4 {
  padding-right: 0px;
}
.filter-bar .col:last-child,
.filter-box .col:last-child {
  padding-right: 15px;
}
.multiselect-dropdown .dropdown-btn {
  border: 1px solid #d4d4d4 !important;
}
#productDistributionId .highcharts-axis-labels.highcharts-xaxis-labels span {
  text-decoration: none !important;
}
#productDistributionId
  .highcharts-axis-labels.highcharts-xaxis-labels
  .highcharts-drilldown-axis-label {
  text-decoration: underline !important;
}
.enableemails .white-box {
  min-height: 88px;
}

#topsalesbyregions .highcharts-axis-labels.highcharts-xaxis-labels span {
  text-decoration: none !important;
}

#topsalesbyregions
  .highcharts-axis-labels.highcharts-xaxis-labels
  .highcharts-drilldown-axis-label {
  text-decoration: underline !important;
}
ul.socialresults li img:last-child {
  border-left: solid 1px #c5c5c5;
  line-height: 30px;
  padding-left: 6px;
  margin-left: 5px;
}
.socialmediafollowers ul {
  list-style: none;
  padding: 15px 15px;
}
.socialmediafollowers ul span.socialcount {
  font-size: 34px;
  color: #3d3d3d;
  font-weight: 400;
  padding-left: 9px;
  min-height: 40px;
  padding-top: 20px;
  display: inline-block;
  vertical-align: middle;
}
.socialmediafollowers ul img {
  padding-top: 13px;
  text-align: center;
  width: 50px;
}
.socialmediafollowers ul li {
  display: inline-block;
  text-align: center;
  width: 33%;
}
.socialmediafollowers ul span.socialcount span {
  display: block;
  font-size: 18px;
  color: #aeaeae;
  line-height: 34px;
}
.borderbottom_loadaudience {
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.borderbottom_loadaudience:after {
  content: "(and)";
  background: #fff;
  position: absolute;
  text-align: center;
  width: 50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 5px;
}
.exportandsavebtn .btn {
  min-width: 142px;
  margin-left: 5px;
}
.widget_levelreset .refresh-data {
  color: #ea4673 !important;
  border-bottom: solid 1px;
  top: 31px;
  position: relative;
  right: 5px;
  cursor: pointer;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.iframe_covid19{
  overflow-y: auto !important;
  height: calc(100vh - 67px) !important;
}

.valid:before {
  position: absolute;
  left: 6px;
  background: green;
  width: 20px;
  height: 20px;
  line-height: 23px;
  border-radius: 50%;
  text-align: center;
  margin-top: -6px;
  color: #ffffff;
  content: "✔";
}
.invalid:before {
  position: absolute;
  left: 6px;
  content: "✖";
  background: red;
  width: 20px;
  height: 20px;
  line-height: 23px;
  border-radius: 50%;
  text-align: center;
  margin-top: -3px;
  color: #ffffff
}
.btn.btn-default {
  background: #0875e3;
  color: #fff;
  border: 1px solid #0875e3;
  padding: 8px;
  min-width: 280px;
  width: auto;
  border-radius: 21px;
  margin-top: 10px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}
.btn.btn-default:hover{color: #fff;background: #0875e3;}

.errorMsg {
  padding: 5px;
  margin: 0px;
  font-size: 11px;
  color: red;
}


.navbar-brand.logohome{
  /* background-image: url(../img/logo_home.png);  */
  width: 100px;
  height: 50px;
  background-repeat: no-repeat;
  margin-top: 0;
  }
  .main-header .navbar-nav{
    padding-left: 10px;
  }
  .main-header .navbar-nav li a{
    color: #fff;
      font-size: 13px;
      padding:15px 10px 10px;
      text-transform: uppercase;
  }
  .main-header .navbar-nav li a:hover, .main-header .navbar-nav li.active a, .main-header .navbar-nav li a:focus, .main-header .navbar-nav li a:active{
    color: #fff;
    border-bottom:5px solid #fff;
    background: none;
  }
  
  .main-header .header-right {
      padding-left: 0px;
  }
  .main-header .header-right form {
      margin: 10px 0 0;
  }
  .main-header .header-right form .form-group {
      margin-bottom: 0;
  }
  .main-header .header-right form .form-group .form-control {
      background-color: #ffffff20;
      color: #fff;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      box-shadow: none;
      border-color: #444;
      padding: 0 10px;
      height: 30px;
      font-size: 12px;
      outline: none;
  }
  .main-header .header-right form .form-group .form-control option {
      background-color: #3e4145;
      box-shadow: none;
      font-size: 13px;
      padding: 15px 0;
      text-transform: capitalize;
  }
  
  .notifybar span sup {
      position: absolute;
      top: -7px;
      width: auto;
      height: 17px;
      background-color: #f00;
      line-height: 11px;
      right: -13px;
      font-size: 11px;
      border-radius: 15px;
      text-align: center;
      min-width: 15px;
      padding: 2px 5px;
  }
  
  .user-login-info {
      width: 100%;
      float: left;
      cursor: pointer;
  }
  .usernametxt-info {
      width: 80%;
      float: left;
  }
  .usernametxt-info h4 {
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      text-align: right;
      position: relative;
      margin:7px 0 5px;
  }
  .usernametxt-info p{
    color: #fff;
    margin-bottom:0;
    font-size: 12px;
    text-align: right;
  }
  .usericon{
    width: 20%;
    float:left;
    position: relative;
    height: 35px;
    margin-top: 6px;
    text-align: center;
  }
  .usericon img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    max-height: 100%;
    max-width: 100%;
    border-radius: 50%;
  }
  .drop-link{
    position: relative;
  }
  .drop-menu{
    position: absolute;
    background-color: #fff;
    padding-left: 0;
    list-style: none;
    width: 260px;
    top: 50px;
    left: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
    transform-origin: 0 0;
    z-index: 80;
  }
  .drop-menu-sub-link{
    position: relative;
  }
  .drop-menu li a{
    color: #000!important;
    padding:10px 15px!important;
    margin:2px 0;
    display: block;
    text-decoration: none;
    font-size: 13px!important;
    font-weight: 600;
    transition: all 0.3s;
  }
  .drop-menu li a:hover{
    background-color: #f1f1f1;
    transition: all 0.3s;
    border-bottom:0 !important;
  }
  .drop-link:hover .drop-menu{
    transform: scale(1);
    opacity: 1;
    transition: all 0.4s;
  }
  .drop-menu-sub{
    position: absolute;
    top: 0%;
    left: 100%;
    width: 230px;
    -webkit-box-shadow: 8px 8px 25px -4px rgba(94,94,94,0.4);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 8px 8px 25px -4px rgba(94,94,94,0.4);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    border-radius: 0 3px 3px 0;
    background-color: #f1f1f1;
    list-style: none;
    padding-left: 0px;
    transform: scale(0);
    transform-origin: 0 0;
    transition: all 0.3s;
    z-index: 50;
  }
  .drop-menu-sub li a{
    font-size: 12px!important;
    transition: all 0.4s;
  }
  .drop-menu-sub li a:hover{
    background-color: #fff;
    transition: all 0.4s;
  
  }
  .drop-menu-sub-link:hover .drop-menu-sub{
    transform: scale(1);
    transition: all 0.3s;
  }
  .dropdown-menu.user-dropdown-menu{
    top: 48px;
    border-radius: 0 0 5px 5px;
  }
  
  .notifybar span {
    margin:8px 2px 0 15px;
  }
  .caret {
    margin-left:8px;
  }
  
  @media only screen
  and (min-device-width : 1024px)
  and (max-device-width : 1190px) {
      .navbar-collapse{padding: 0;}
    .main-header .navbar-nav li a{font-size: 12px; padding: 15px 6px;}
    .notifybar span{ margin: 15px 2px 0 5px;}
    .caret {
      margin-left:3px;
    }
  }
  
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1190px) {
      .navbar-collapse {
          padding: 0;
      }
      .main-header .navbar-nav li a {
          font-size: 12px;
          padding: 15px 6px;
      }
      .notifybar span {
          margin: 15px 2px 0 5px;
      }
  }
  
  @media only screen and (min-device-width: 1191px) and (max-device-width: 1260px) {
      .main-header .navbar-nav li a {
          font-size: 13px;
          padding: 15px 10px;
      }
      .notifybar span {
          margin: 15px 2px 0 10px;
      }
  }
  
  #change-password .form-label{width:140px;}
  #change-password .form-input{padding: 5px 8px;}
  #change-password .custom-modal{width:450px;}
  .form-group {
    position: relative;
    }
    .form-group .fa-eye {
    position: absolute;
    right: 15px;
    top: 0px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    }
    /*--thank you pop starts here--*/
    .thank-you-pop{
      width:100%;
       padding:20px;
      text-align:center;
    }
    .thank-you-pop img{
      width:76px;
      height:auto;
      margin:0 auto;
      display:block;
      margin-bottom:25px;
    }
    #ignismyModal .modal-header{
      border:0px;
    }
    /*--thank you pop ends here--*/
    
    ::placeholder {
    color: #cacaca;
    font-weight: 100;
    }
    
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
     color: #cacaca; font-weight: 100;
    }
    
    ::-ms-input-placeholder { /* Microsoft Edge */
     color: #cacaca; font-weight: 100;
    }
    
    .fa-times-circle {
    color: red; 
    }

    /*------ service-block-v3 -------*/
.service-block-v3.service-block {
  margin-top: 70px;
  position: relative;
  /* width: 270px; */
  display: inline-block;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 4px;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
}
.service-block-v3 .service-block-title {
  margin-bottom: 10px;
  font-size: 17px;
  color: #444;
  font-weight: bold;
}
.service-block-v3 .service-block-content { padding: 25px; }
.service-block-v3 .service-block-icon {
  margin-right: auto;
 text-align: center;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 3px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.service-block-v3.service-block:hover {
  background: #ffffff;
   -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
     box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
      transition: all .4s ease;
       transform: translate3D(0, -12px, 0) scale(1); 
}
.btn-brand-link{
  background: #e41057;
  padding: 10px;
  border-radius: 5px;
  color: #ffffff !important;
  cursor: pointer;
  min-width: 76px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: underline;
}

.organisation_manageicon{background: #3f71e3;}
.password_manageicon{background: #FFC107;}
.man_usericon{background: #42b1ff;}
.role_manageicon{background: #17c577;}
.group_manageicon{background: #b13ae2;}
/*------ service-block-v4 -------*/
    
/* The container */
.Customcheckbox {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

/* Hide the browser's default checkbox */
.Customcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid 1px #dadada;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.Customcheckbox:hover input ~ .checkmark {
  border: solid 2px #2196F3;
}

/* When the checkbox is checked, add a blue background */
.Customcheckbox input:checked ~ .checkmark {
  border:solid 2px #1db766;
  background-color: #1db766;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.Customcheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.Customcheckbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Customcheckbox{
  position: relative;
  padding-top: 0px;
}
