.copyright {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.copyright p, .copyright a {
    color: #fff;
}

.copyright p, .copyright a {
    color: #fff;
}

.content-overlay {
    position: fixed;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(bg.png);
    cursor: pointer;
    transition: all 0.7s, z-index 0s;
    z-index: -1;
    background-size: cover;
    background-position: 50% 50%;
}

a.link-primary {
  color: #7367f0 !important;
}
a.link-danger {
  color: #ea5455 !important;
}
a.link-success {
  color: #28c76f !important;
}

.link-purple {
  color: #A020F0 !important;
}
.link-orange {
  color: #FFA500 !important;
}
.link-pink {
  color: #FF10F0 !important;
}
.link-magenta {
  color: #FF00FF !important; 
}
.link-olive {
  color: #808000 !important; 
}
.link-mint {
  color: #3EB489 !important;
}
.link-yellow {
  color: #9ACD32 !important;
}
.link-copper {
  color: #B87333 !important;
}
.link-coffee {
  color: #3B2F2F !important;
}
.link-redgold {
  color: #EB5406 !important;
}

.bg-purple {
  background-color: #A020F0 !important;
}
.bg-orange {
  background-color: #FFA500 !important;
}

.text-orange {
  color: #FFA500 !important;
}
.text-magenta {
  color: #FF00FF !important;
}
.text-purple {
  color: #A020F0 !important;
}
.text-orange {
  color: #FFA500 !important;
}
.text-copper {
  color: #B87333 !important;
}
.text-coffee {
  color: #EB5406 !important;
}

.bg-label-purple {
  background-color: #F7EBFE !important;
  color: #A020F0 !important;
}
.bg-label-orange {
  background-color: #fff1e3 !important;
  color: #FFA500 !important;
}

#inquiryloading {
  margin: 5px 0px 20px 0px;
}

.datatable-count .card-header {
    padding: 1rem 2rem;
}
#layout-menu li.active i {
  color: #FFF !important;
}
#layout-menu li.open i {
  color: #E2000F !important;
}

.text-right {
  text-align: right;
}

.dashboardchart {
    display: block !important;
}
.dashboardchart .text-right {
    text-align: right;
    display: block;
}
.text-muted {
    color: #b9b9c3 !important;
}

.ti-fliter::before {
  content: "\eaa5";
}
.ti-hook::before {
  content: "\f01e";
}
.ti-whatsapp::before {
  content: "\ec74";
}
.ti-history::before {
  content: "\ebea";
}

.repeater-wrapper > .btnDeleteRepeater:first-child {
  display: none !important;
}
.data-repeater-item .btnDeleteRepeater:first-child {
  display: none !important;
}
.pt-4 {
  padding-top: 2.75rem !important;
}

.d-inline-block .dropdown-menu li:first-child .dropdown-item {
  margin-top: 10px;
}
.d-inline-block .dropdown-menu li:last-child .dropdown-item {
  margin-bottom: 10px;
}
.d-inline-block .dropdown-menu a {
  cursor: pointer;
}
.searchtitle {
    margin-top: 2rem !important;
}
.app-brand.demo img {
  height: 40px;
}

.dashboard-followups {
  /*width: 230px;*/
}
.dashboard-followup-btn {
    margin-left: auto;
}
.datatables-ajax thead th, .datatables-ajax thead td, .table-responsive thead th, .table-responsive thead td {
    background-color: #F3F3F3;
}
.leaddetailstable table th, .leaddetailstable table td {
    padding: 5px 10px;
    border: 1px solid #dbdade;
    font-size: 0.85rem;
}
.dashboardcounts h5, .dashboardcounts  .h5 {
    font-size: 0.9rem;
}

.footer-container img {
    margin-right: 5px;
    max-width: 30px;
}
.content-footer .footer-container {
    block-size: auto;
    color: #bbbabf;
    padding-bottom: 1rem !important;
}
.content-footer .footer-container strong {
    position: relative;
    top: 5px;
    font-size: 13px;
}
.content-footer .footer-container a {
    position: relative;
    top: 5px;
    left: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #bbbabf;
    text-decoration: underline;
}

@media (max-width: 767px) {
  .dashboard-followups {
    width: 140px;
  }
  .text-right {
    text-align: unset;
  }
  .sm-mb-1 {
    margin-bottom: 1rem;
  }
  .searchtitle, .searchbtn {
    margin-top: 0rem !important;
  }
  .datatable-count .col-12 {
    margin-top: 0rem;
  }
  .datatable-count .card-header {
    padding: 0.5rem 2rem;
  }
  .datatable-count div[class^="col-"]:first-child { margin-top:2rem; }
  .datatable-count div[class^="col-"]:last-child { margin-bottom:1rem; }
}