body {
    font-size: 0.8rem;
}

.followuplist td:nth-child(4), .followuplist td:nth-child(5), .followuplist td:nth-child(6), .followuplist td:nth-child(7) {
    text-align: center;
}
.followuplist thead th:nth-child(1), .followuplist td:nth-child(1) {
    max-width: 130px;
}
.followuplist thead th:nth-child(2), .followuplist td:nth-child(2) {
    max-width: 320px;
}
.followuplist thead th:nth-child(3), .followuplist td:nth-child(3) {
    max-width: 200px;
}
.followuplist td:nth-child(2) .bg-success {
    margin-left: 5px;
}
.followuplist td:nth-child(4) span, .followuplist td:nth-child(4) span:hover {
    font-size: 0.7rem;
    padding: 3px 5px;
    color: #fff !important;
    background-color: #4b4b4b;
    overflow: hidden;
    border-color: #4b4b4b;
    transition: all 0.135s ease-in-out;
    transform: scale(1.001);
    border-radius: 0.25rem;
}

.followuplist td:nth-child(5) span, .followuplist td:nth-child(5) span:hover,
.expiredfollowuplist td:nth-child(5) span, .expiredfollowuplist td:nth-child(5) span:hover {
    font-size: 0.7rem;
    padding: 5px 10px;
    color: #7367f0 !important;
    background-color: #E8E6FC;
    overflow: hidden;
    border-color: #E8E6FC;
    transition: all 0.135s ease-in-out;
    transform: scale(1.001);
    border-radius: 0.5rem;
    font-weight: bold;
}

.expiredfollowuplist td:nth-child(4), .expiredfollowuplist td:nth-child(5), .expiredfollowuplist td:nth-child(6), .expiredfollowuplist td:nth-child(7) {
    text-align: center;
}
.expiredfollowuplist td:nth-child(4), .expiredfollowuplist td:nth-child(5), .expiredfollowuplist td:nth-child(6), .expiredfollowuplist td:nth-child(7) {
    text-align: center;
}
.expiredfollowuplist thead th:nth-child(1), .expiredfollowuplist td:nth-child(1) {
    max-width: 130px;
}
.expiredfollowuplist thead th:nth-child(2), .expiredfollowuplist td:nth-child(2) {
    max-width: 320px;
}
.expiredfollowuplist thead th:nth-child(3), .expiredfollowuplist td:nth-child(3) {
    max-width: 200px;
}
.expiredfollowuplist td:nth-child(4) span, .expiredfollowuplist td:nth-child(4) span:hover {
    font-size: 0.7rem;
    padding: 3px 5px;
    color: #fff !important;
    background-color: #4b4b4b;
    overflow: hidden;
    border-color: #4b4b4b;
    transition: all 0.135s ease-in-out;
    transform: scale(1.001);
    border-radius: 0.25rem;
}
.expiredfollowuplist td:nth-child(2) .bg-success {
    margin-left: 5px;
}

.followuphistory td:nth-child(1) span.source, .followuphistory td:nth-child(1) span.source:hover {
    font-size: 0.7rem;
    padding: 3px 5px;
    color: #fff !important;
    background-color: #4b4b4b;
    overflow: hidden;
    border-color: #4b4b4b;
    align-items: center;
    justify-content: center;
    transition: all 0.135s ease-in-out;
    transform: scale(1.001);
    border-radius: 0.25rem;
}
.followuphistory td:nth-child(3) span.leadtype, .followuphistory td:nth-child(3) span.leadtype:hover {
    font-size: 0.7rem;
    padding: 5px 10px;
    color: #7367f0 !important;
    background-color: #E8E6FC;
    overflow: hidden;
    border-color: #E8E6FC;
    transition: all 0.135s ease-in-out;
    transform: scale(1.001);
    border-radius: 0.5rem;
    font-weight: bold;
}

.prospactlist td:nth-child(3), .prospactlist td:nth-child(4), .prospactlist td:nth-child(5), .prospactlist td:nth-child(6) {
    text-align: center;
}
.prospactlist td:nth-child(1) .bg-success {
    margin-left: 5px;
}
.prospactlist thead th:nth-child(1), .prospactlist td:nth-child(1) {
    max-width: 300px;
}
.prospactlist td:nth-child(3) span, .prospactlist td:nth-child(3) span:hover {
    font-size: 0.7rem;
    padding: 3px 5px;
    color: #fff !important;
    background-color: #4b4b4b;
    overflow: hidden;
    border-color: #4b4b4b;
    transition: all 0.135s ease-in-out;
    transform: scale(1.001);
    border-radius: 0.25rem;
}
.prospactlist td:nth-child(3) span.leadtype, .prospactlist td:nth-child(3) span.leadtype:hover {
    font-size: 0.7rem;
    padding: 5px 10px;
    color: #7367f0 !important;
    background-color: #E8E6FC;
    overflow: hidden;
    border-color: #E8E6FC;
    transition: all 0.135s ease-in-out;
    transform: scale(1.001);
    border-radius: 0.5rem;
    font-weight: bold;
}
    
.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;
}
.datatables-ajax thead th, .datatables-ajax thead td, .table-responsive thead th, .table-responsive thead td {
    background-color: #F3F3F3;
}

.dashbord-details h5 {
    font-size: 0.9rem;
}

.leaddetailstable table th, .leaddetailstable table td {
    padding: 5px 10px;
    border: 1px solid #dbdade;
    font-size: 0.85rem;
}


.manageproducts {
  margin-top: 0px;
}
.manageproducts #add_new_btn, .manageproducts #delete_btn {
  border: 0px;
  background-color: transparent;
  margin-top: 10px;
}
.manageproducts #add_new_btn i, .manageproducts #delete_btn i {
  color: #fff !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.135s ease-in-out;
  transform: scale(1.001);
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-style: normal;
}
.manageproducts #add_new_btn i {
  background-color: #28c76f !important;
  border-color: #28c76f !important;
}
.manageproducts #delete_btn i {
  background-color: #d34c4d !important;
  border-color: #d34c4d !important;
}
.manageproducts .quotation-item .form-control, .manageproducts .quotation-item .form-select {
  font-size: 0.75rem;
}

.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) {
  .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; }
  .authentication-inner.py-4 {
      padding-top: 0 !important;
  }
}