.no-customer-msg {
  margin: 70px;
  border-radius: 20px;
  margin-top: 100px;
  text-align: center;
  color: grey;
  padding: 20px;
  background-color: #f4f4f9;
  border: 2px solid #e6e5e5 !important;
}

.search-input-bar {
  position: relative;
  top: 0px;
  left: -10px !important;
  width: 92% !important;
  height: 2.6rem !important;
  border-bottom: 0px solid #9e9e9e !important;
  background: #fff !important;
  border-radius: 7px 0px 0px 7px !important;
  padding-left: 15px !important;
}

.srch-righticn {
  background: var(--M-NAV-BG-CL);
  width: 40px;
  display: block;
  color: #fff;
  height: 40px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  right: 1px;
  top: 0px;
}

.pu-bxbrdr {
  color: var(--BRD-CL);
  position: relative;
  top: 7px;
  margin-left: 7px;
}

.cust-list-header {
  padding: 15px 0px;
  height: 60px;
  background-color: var(--LIGHT-BG);
}

#customer-list-ul li :hover {
  background-color: rgb(237, 237, 242);
}

.collap-body-css {
  padding: 0.6rem !important;
  width: 100%;
}

.collapicn {
  position: relative;
  top: 2px;
  font-size: 1.2rem !important;
}

.tag-setting-top {
  padding-top: 20px !important;
}

.nav-leftheading {
  margin-bottom: 1.5625rem;
  font-size: 1.8rem;
  margin: 0 0 1.25rem;
  color: #1a365d;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.nav-subheading {
  font-size: 1.1rem !important;
  margin-bottom: 10px;
  padding-left: 0px !important;
}

.nav-linkurl {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid #e5e5e5;
}
.nav-linkurl ul {
  margin-top: 0px;
}
.nav-linkurl ul li a {
  font-weight: 500;
  color: #000;
  font-size: 1rem;
}

.left-menu-active span {
  color: black;
  background-color: var(--M-NAV-BG-CL) !important;
}

.tags-managebox {
  margin: 20px 0px 40px 0px;
}
.tags-managebox .collapsible {
  box-shadow: none;
  border: 0px solid;
}
.tags-managebox .collapsible li .collapsible-header {
  padding: 20px 10px;
}
.tags-managebox .collapsible li .collapsible-header i {
  font-size: 20px;
  margin-right: 2px;
}
.tags-managebox .collapsible li .collapsible-body {
  border: 0px;
  padding: 0px !important;
}
.tags-managebox .collapsible li .collapsible-body ul li {
  float: left;
  display: block;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
}

.tagbox-style {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.category-values-list {
  position: relative;
  left: 6px !important;
}

.tags-rightbox {
  float: right;
}
.tags-rightbox i {
  font-size: 20px;
  position: relative;
  top: 4px;
}

.tags-spacest {
  padding: 20px 10px 20px 10px !important;
}

.tags-mrgst {
  margin-bottom: 30px !important;
}

.tags-subheading {
  font-size: 1.4rem !important;
}

.tags-seprtbox {
  padding: 10px 0px 20px 0px !important;
  border-bottom: 1px dashed darkgray;
}

.category-values-list {
  padding-bottom: 10px !important;
}

.flex {
  display: flex;
}

.nu-drop-box-set {
  background-color: #fff;
  padding: 0px 8px;
  border: 1px solid var(--BRD-CL);
  border-radius: 7px;
}

.nu-drop-box-set .select-wrapper input.select-dropdown {
  font-size: 14px;
  margin-bottom: 0px !important;
  height: 2.5rem !important;
  border-bottom: none !important;
  width: 90% !important;
}

.nu-drop-box-set .dropdown-content li > a,
.dropdown-content li > span {
  color: var(--DARK-TEXT) !important;
  word-break: break-word;
}

.nu-drop-box-set .dropdown-content li > a,
.dropdown-content li > img {
  margin: 5px !important;
}

.mail-icn {
  font-weight: 200;
  font-size: 18px;
  position: relative;
  top: 5px;
  color: grey;
}

.cust-th-td {
  padding: 13px !important;
  text-align: left;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.cust-table-th {
  background-color: #f2f2f2;
  font-size: 16px !important;
}

#cust-table tr:hover {
  background-color: #f2f2f2;
}

#cust-table td {
  padding: 10px 5px !important;
}

.nu-clr-header {
  padding: 10px;
  background-color: var(--MAIN-BTN-CL);
  color: white;
}

.topround {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.btmround {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/*# sourceMappingURL=clients.css.map */
