@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,700|Poppins:300,400,500,700&display=swap);body {
  font-family: "Lato", sans-serif;
  font-size: 0.9225rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
}

a {
  color: #03a9f4;
}

a:hover {
  color: #007bff;
}

p {
  margin-bottom: 10px !important;
}

.container-footer {
  text-align: right;
  margin-top: 120px;
}

.container-footer p {
  font-size: 0.9em;
  font-weight: 200;
  line-height: 0em;
}

.container-footer i {
  color: #18BC9C;
  font-size: 1.2em;
}

.navbar {
  padding: 2px 1rem;
}

.bg-primary {
  background-color: #0A2842 !important;
}

.mouse-hover {
  cursor: pointer;
}

.table-leads i {
  color: #18BC9C;
}

.loading-page {
  text-align: center;
}

.loading-page img {
  padding-top: 140px;
}

.loading-page .title {
  font-weight: 200;
  font-size: 2em;
}

.login-card-container.login-card {
  max-width: 420px;
  padding: 40px 40px;
}

.login-card {
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  border-radius: 2px;
}

.profile-img-card {
  width: 76px;
  height: 76px;
  margin: 0 auto 10px;
  display: block;
}

.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}

.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  border-color: #6891a2;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6891a2;
}

.form-control {
  color: #242424;
}

.btn.btn-signin {
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  border-radius: 3px;
  border: none;
  transition: all 0.218s;
}

.center-text {
  text-align: center;
}

.table th,
.table td {
  padding: 0.35rem;
}

.color-light {
  color: #18BC9C;
  text-decoration: underline;
}

.pagination-side ul {
  float: right;
}

.fixed-notifications-pane {
  position: fixed;
  top: 60px;
  right: 15px;
  width: 400px;
}

.filter-pane {
  background: #f2f2f2;
  padding: 15px 8px 7px 8px;
}

.color-user {
  color: #00BCD4;
}

.btn-primary {
  color: white;
  background-color: #F50057;
  border-color: #ca054a;
}

.btn-primary:hover {
  background-color: #F50057;
  border-color: #ca054a;
}

.btn-margin-left {
  margin: 0px 10px;
}

.required-field {
  color: red;
  font-weight: bold;
  font-size: 1.3em;
}

.lead-log-section {
  background: #f2f2f2;
}

.next-action-text {
  font-size: 0.7em;
  color: #666;
  font-weight: 200;
}

.title-logs {
  padding: 8px 10px;
  margin: 0px;
}

.highligh-green {
  background: #f2f2f2;
  border-radius: 1px;
  padding: 3px;
}

.box-gray {
  background: #f2f2f2;
  padding: 10px;
  margin: 0px;
  margin-top: 10px;
}

.form-group {
  margin-bottom: 0px !important;
}

.card-counter {
  box-shadow: 2px 2px 10px #DADADA;
  margin: 5px;
  padding: 20px 10px;
  background-color: #fff;
  height: 100px;
  border-radius: 5px;
  transition: 0.3s linear all;
}

.card-counter:hover {
  box-shadow: 4px 4px 20px #DADADA;
  transition: 0.3s linear all;
}

.card-counter.primary {
  background-color: #007bff;
  color: #FFF;
}

.card-counter.danger {
  background-color: #ef5350;
  color: #FFF;
}

.card-counter.success {
  background-color: #66bb6a;
  color: #FFF;
}

.card-counter.info {
  background-color: #26c6da;
  color: #FFF;
}

.card-counter.pink {
  background-color: #e91e63;
  color: #FFF;
}

.card-counter.gray {
  background-color: #9D9E9D;
  color: #222;
}

.card-counter i {
  font-size: 5em;
  opacity: 0.2;
}

.card-counter .count-numbers {
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 32px;
  display: block;
}

.card-counter .count-name {
  position: absolute;
  right: 35px;
  top: 65px;
  font-style: italic;
  text-transform: capitalize;
  opacity: 0.5;
  display: block;
  font-size: 18px;
}

.funnel-container {
  height: 300px;
}

.behavor-container {
  width: 100%;
  height: 300px;
}

.red {
  border: 1px solid red;
}

table th {
  font-weight: 200;
  color: #333;
}

.table-borderwhite th,
.table-borderwhite td {
  border: 1px solid #fff;
}

.table-gray tbody {
  background: #f6f6f6;
}

.badget-burbble {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 3px;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}

.badget-burbble-2 {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 3px;
  color: #222;
  font-size: 0.8rem;
  text-align: center;
  background: #f2f2f2;
}

Pline {
  white-space: nowrap;
}

.react-datepicker-wrapper {
  width: 100%;
}

#pulse {
  margin: 10px;
  position: relative;
  background: #45453f;
}

.pulse {
  width: 10px;
  height: 10px;
  border: 5px solid #f93744;
  border-radius: 30px;
  background-color: #716f42;
  z-index: 10;
  position: absolute;
}

.dot {
  border: 10px solid #f93744;
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.table-row-removed {
  text-decoration: line-through;
  background: #f2f2f2 !important;
  color: #999;
}

.table-row-removed a {
  color: #999;
}

.btn-link-danger {
  color: #607d8b;
}

.btn-link-success {
  color: #4CAF50;
}

.progress {
  background-color: #9E9E9E;
}

