@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

html,
body {
  height: 100%;
}

body {
  font-family: "NHaasGroteskTXPro-55Rg";
  background: #ffffff;
  color: #57575b;
}

button,
input,
select,
textarea {
  font-family: "NHaasGroteskTXPro-55Rg";
  font-feature-settings: "liga" 1, "calt" 1;
}

button,
.btn {
  border-radius: 3px;
}

#app {
  min-height: 100%;
}

.wrapper {
  overflow: auto;
  padding-bottom: 80px;
}

.container {
  padding: 0;
}

.no-padding {
  padding: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-margin {
  margin: 0;
}

section#faq {
  min-height: 400px;
}

section#faq .nav-tabs > li.active > a,
section#faq .nav-tabs > li.active > a:focus,
section#faq .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #225460;
  border: none;
  text-decoration: none;
}
section#faq .nav-tabs > li:not(:last-child) {
  /* border-right: solid 1px #225460; */
}
section#faq .nav-tabs > li > a {
  text-decoration: none;
  padding: 20px 15px;
}
section#faq .nav-tabs > li > a:focus,
section#faq .nav-tabs > li > a:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #225460;
  border: none;
}

section#faq .panel-group .panel {
  /* border-radius: 0; */
  border-color: #225460;
  box-shadow: none;
}
section#faq .panel-default > .panel-heading {
  color: #57575b;
  background: #fff;
  /* border-radius: 0; */
  cursor: pointer;
  font-weight: 300;
  padding: 20px 15px;
}
section#faq .panel-default > .panel-heading > a,
section#faq .panel-default > .panel-heading > a:hover,
section#faq .panel-default > .panel-heading > a:focus,
section#faq .panel-default > .panel-heading > a:visited {
  color: #57575b;
  text-decoration: none;
}
section#faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #225460;
}

section#privacy {
  font-size: 15px;
  line-height: 2;
  padding-bottom: 60px;
}
section#privacy h3 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 40px;
}
section#privacy p,
section#privacy li {
  text-align: justify;
}

/** Typography */
p {
  margin: 0;
}
.note {
  padding: 8px 0;
  font-size: 15px;
  font-weight: 300;
}
.text-black {
  color: #000;
}
.text-orange {
  /* color: #f0a700; */
  color: #225460;
}
a.text-orange:hover,
a.text-orange:focus,
a.text-orange:visited,
a.text-orange:active {
  /* color: #f0a700; */
  color: #225460;
}
.underlined {
  text-decoration: underline;
}
.bold {
  font-weight: 800;
}
.desc {
  font-size: 16px;
  color: #57575b;
  font-weight: 600;
}
h5 {
  font-size: 15px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
  margin-left: 5px;
}

.navbar-default {
  border: 0;
}
.navbar-top {
  background: #225460;
  margin-bottom: 0;
  padding: 20px 15px;
}
.navbar-top .navbar-nav {
  margin-top: 10px;
}
.navbar-top .navbar-nav > li > a,
.navbar-top .navbar-text {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 12px;
  font-size: 14px;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #0054a3; /* BLue */
}

.navbar-default .navbar-nav li > a {
  border-right: solid 1px #000;
}
.navbar-default .navbar-nav li:nth-last-child(2) > a,
.navbar-default .navbar-nav li:last-child > a {
  border-right: none;
}
.navbar-default .navbar-nav li:last-child > a {
  padding-left: 5px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #0054a3;
  font-weight: 600;
}

.navbar-top .navbar-nav li > a.active {
  color: #0054a3;
  font-weight: 600;
}

.navbar-top .dropdown-menu {
  background-color: #fff;
  border: 1px solid #58575c;
  border: 1px solid rgba(0, 0, 0, 0.15);
  /* border-radius: 0; */
  box-shadow: none;
}
.dropdown-menu > li > a {
  text-transform: uppercase;
  text-align: right;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #225460;
  background-color: transparent;
}

.navbar-secondary {
  background: #0054a3;
  background-position: left top;
  padding: 12px 15px;
  margin-bottom: 40px;
  /* border-radius: 0; */
}

.navbar-secondary .navbar-nav > li.pagetitle {
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .navbar-secondary .navbar-nav > li.pagetitle {
    padding: 0 20px;
  }
  .nav > li.dropdown {
    padding-left: 18px;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #58575c;
    border: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    text-align: left;
    color: #fff;
    padding-left: 20px;
  }

  .products-list .thumbnail {
    padding: 10px;
    margin-top: 30px;
    background-color: transparent;
    border: none;
    /* border-radius: 0; */
    height: auto;
  }

  .search-query {
    border: solid 1px #b8b2b2;
  }
}

.mainTitleFont img {
  height: auto;
  margin-top: -30px;
}

.navbar-default .navbar-nav li.icon {
  margin-top: -12px;
  margin-right: -8px;
}

a > span.circle {
  background: #2d2d2d;
  margin-left: 7px;
}
a:hover > span.circle,
a.active > span.circle {
  background: #0054a3;
  color: #fff;
}
a > span.circle > i::before {
  font-size: 24px !important;
  margin-left: 2px;
}
.circle {
  display: inline-block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  text-align: center;
}
.circle.hollow {
  display: inline-block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  text-align: center;
}

/** Body */

.panel-login {
  margin-top: 100px;
}
.panel-default {
  background-color: #fff;
  border-color: #f0a700;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #f0a700;
  border-color: #f0a700;
}
.panel-primary {
  border: none;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #a78242;
  border: none;
  /* border-radius: 0; */
  padding: 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}
#getProducts {
  cursor: pointer;
}
.panel-primary > .panel-body {
  background: #eaeaec;
}

.category-list .panel-body {
  padding: 0;
}
.category-list .tree li {
  font-weight: 400;
  font-size: 14px;
  padding: 12px;
  padding-top: 4px;
}
.category-list .tree li.single {
  padding-bottom: 2px;
}

.category-list .tree li.branch:not(:first-child) {
}
.category-list .tree li:not(:last-child) a {
  border-bottom: solid 1px #dddddd;
}
.category-list .tree li a {
  color: #58575c;
  padding: 4px 12px;
  display: block;
}
.category-list .tree li a i,
.category-list .tree ul > li a i {
  display: inline !important;
  float: right;
}
.category-list .tree li a i::before,
.category-list .tree ul > li a i::before {
  font-size: 12px;
}
.category-list .tree ul:before {
  content: none;
}
.category-list .tree ul {
  background: #dddddd;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -12px;
}
.category-list .tree ul li {
  border-bottom: none !important;
  margin-left: 10px;
}
.category-list .tree ul li:before {
  content: none;
}
.category-list .tree ul > li a {
  margin-left: 10px;
  padding: 0 20px;
  padding-right: 12px;
}
.category-list .tree li a.current {
  color: #225460;
}
.category-list .tree ul > li.active {
  display: block !important;
}
.content-heading {
  padding-bottom: 16px;
  margin-left: 12px;
}

.content-heading h3 {
  margin: 12px 0 0 0;
  color: #58575c;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
.search-form {
  padding: 0;
  height: 0;
}
.search-form .form-control,
.search-form .form-control:focus {
  border-color: #b8b2b2;
}

.search-form .search-query {
  width: 100%;
  padding: 6px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  /* -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; */
}

.search-form button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  margin-bottom: 0;
  position: relative;
  left: 85%;
  top: -35px;
  font-size: 20px;
  font-weight: 300;
}

.search-form .form-control:focus + button {
  z-index: 3;
}

/** Producst */
.section-product {
  min-height: 600px;
}

.products-pagination {
  padding: 3px 0;
  border-top: solid 1px #b8b2b2;
  border-bottom: solid 1px #b8b2b2;
  margin: 0;
  margin-bottom: 10px;
}
.products-pagination .form-control,
.products-pagination .form-control:focus {
  border-color: #b8b2b2;
}

.control-bar {
  padding: 10px 30px;
  padding-right: 0;
}
.page-number {
  padding: 10px;
}
.paging {
  text-align: right;
  padding: 0;
}
.pagination {
  /* border-radius: 0; */
}

.pagination > li > a,
.pagination > li > span {
  margin-left: 10px;
  padding: 6px 12px;
  color: #000;
}
.pagination i {
  margin-left: -6px;
}
.pagination i::before {
  font-size: 10px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #225460;
  border-color: #225460;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #225460;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.products-list .product-thumbnail {
  padding: 0;
  margin-top: 30px;
  background-color: transparent;
  border: none;
  /* border-radius: 0; */
}

.products-list .product-thumbnail:hover .card-title a,
.products-list .product-thumbnail:focus .card-title a {
  color: #225460;
  text-decoration: none;
}

.products-list .product-thumbnail .card-title a:hover,
.products-list .product-thumbnail .card-title a:focus {
  color: #225460;
  text-decoration: none;
}

.card-title {
  height: 40px;
}

.card-title a {
  color: #58575c;
  font-weight: 400;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: break-word;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-height: 1; /* fallback */
  max-height: 2;
}
.card-body h5 {
  font-weight: 300;
  font-size: 18px;
  color: #7f8c8d !important;
  margin-top: 0;
}

.product-image {
  display: block;
  vertical-align: middle;
  text-align: center;
}
.product-image > img {
  width: auto;
  max-width: 100%;
  height: 180px;
}

.item-image {
  margin-bottom: 10px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: solid 1px #ddd;
  /* border-radius: 0; */
}

.featured-image {
  padding: 10px;
  width: auto;
  max-width: 100%;
}
.thumb-image {
  padding: 0;
  width: auto;
  height: 40px;
}
.item-thumb {
  padding: 4px;
  margin-left: -14px;
  margin-right: -14px;
  background: none;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #225460;
}
.thumbnail > img {
  height: auto;
}

.top-heading {
  padding: 0 25px 30px 25px;
}
.top-heading h4 {
  margin-top: 0;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .control-bar {
    padding: 10px 30px;
    padding-right: 30;
  }
  .page-number {
    padding: 10px;
    padding-right: 10px;
  }
  .paging {
    text-align: center;
  }
  .nav-tabs > li {
    display: block;
  }
}

.table-info > tbody > tr > td,
.table-info > tbody > tr > th {
  color: #57575b;
}
.cart-table {
  margin-top: 30px;
}
.cart-table img {
  border: solid 1px #bdc3c7;
  padding: 2px;
}
.table > thead > tr > th,
.cart-table > thead > tr > th {
  border: none;
}
.cart-confirm > thead > tr > th {
  font-size: 15px;
}
.cart-table > tbody > tr:last-child > td {
  border-bottom: none;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.cart-table > tbody > tr > td,
.cart-table > tbody > tr > th {
  color: #57575b;
}
.table-summary > tbody > tr > td {
  padding: 8px 0;
  margin-top: 6px;
}
.table-summary > tbody > tr > td .form-control {
  margin-top: -8px;
}
.history-table {
  margin-bottom: 60px;
}
.history-table > tbody > tr > td {
  padding-top: 20px;
  border: none;
}
.history-table > tbody > tr:first-child > td {
  border: none;
}

.history-table > tbody > tr:last-child > td {
  border-bottom: none;
}

.enquiry-form {
  margin-top: 40px;
}

.modal-content {
  background-color: #fff;
}
.modal-header {
  background-color: #fff;
}
.modal-body {
  background: #fff;
}

/**
 * Tab
 */
.nav-tabs {
  border: none;
}
.nav-tabs > li:not(:last-child) {
  /* border-right: solid 1px #57575b; */
}
.nav-tabs > li > a {
  line-height: 0.5;
  border: none;
  /* border-radius: 0; */
  font-size: 16px;
  color: #225460;
  text-decoration: underline;
}
.panel-default .nav-tabs > li > a {
  color: #fff;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  cursor: pointer;
  text-decoration: underline;
  border: none;
  background: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #57575b;
  background-color: #fff;
  border: none;
  text-decoration: none;
}

/**
 * Input Field
 */
.form-group label {
  font-weight: 400;
}
.form-control {
  border: solid 1px #225460;
  /* border-radius: 0; */
}
.form-control {
  border-color: #225460;
  /* border-radius: 0; */
}
.has-error .form-control {
  border-color: red;
}

.form-control:focus {
  border-color: #ffce07;
  outline: 0;
  box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
}

.has-error .form-control:focus {
  border-color: red;
  box-shadow: none;
}
.help-block {
  color: red;
  font-weight: 300;
}

.icon-input {
  float: right;
  margin-right: 8px;
  margin-top: -32px;
  position: relative;
  z-index: 2;
}
.icon-input::before {
  font-size: 10px;
  color: #ec8c0a;
  font-weight: 600;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  /* no standardized syntax available, no ie-friendly solution available */
}

select + i.flaticon {
  float: right;
  margin-right: 10px;
  margin-top: -30px;
  pointer-events: none;
  background-color: #fff;
  padding-right: 5px;
}
select + i.flaticon::before {
  font-size: 10px;
  color: #ec8c0a;
  font-weight: 600;
}

.input-group-addon {
  font-weight: 300;
  padding: 6px 4px;
  background-color: #fff;
  border: 1px solid #ec8b08;
  border-right: none;
  /* border-radius: 0; */
}

/** Icon-addon in Field */
.input-group .icon-addon .form-control {
  /* border-radius: 0; */
  border-radius: 3px;
}

.icon-addon {
  position: relative;
  color: #555;
  display: block;
}

.icon-addon:after,
.icon-addon:before {
  display: table;
  content: " ";
}

.icon-addon:after {
  clear: both;
}

.icon-addon.addon-md .flaticon,
.icon-addon .flaticon {
  position: absolute;
  z-index: 2;
  left: 10px;
  width: 20px;
  margin-left: -2.5px;
  margin-right: 6px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
  color: #225460;
}

.icon-addon.addon-lg .form-control {
  line-height: 1.33;
  height: 46px;
  font-size: 13px;
  padding: 10px 16px 10px 50px;
  color: #000;
}

.icon-addon.addon-sm .form-control {
  height: 30px;
  padding: 5px 10px 5px 28px;
  font-size: 12px;
  line-height: 1.5;
}

.icon-addon.addon-lg .flaticon {
  left: 8px;
  top: -2px;
  font-weight: 300;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
  padding-left: 30px;
  float: left;
  font-weight: 300;
}

.icon-addon.addon-sm .flaticon {
  margin-left: 0;
  font-size: 12px;
  left: 5px;
  top: -1px;
}

/**
 * Button
 */
/* .btn {
  border-radius: 0;
  text-transform: uppercase;
} */
.btn-primary {
  background-color: #225460;
  border-color: #225460;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #225460;
  border-color: #225460;
  box-shadow: none;
}

.btn-order {
  background-color: #555555;
  border-color: #555555;
  border-radius: 6px;
  color: #fff;
  text-transform: none;
  font-weight: 300;
}

.btn-order:focus,
.btn-order:active,
.btn-order:hover {
  background-color: #225460;
  border-color: #225460;
  color: #fff;
}

.btn-edit,
.btn-delete {
  text-decoration: underline;
}
.btn-edit,
.btn-edit:hover,
.btn-edit:focus,
.btn-edit:active,
.btn-edit:visited {
  color: #000;
}
.btn-delete,
.btn-delete:hover,
.btn-delete:focus,
.btn-delete:active,
.btn-delete:visited {
  color: #e74c3c;
}

.carousel-indicators .active {
  background: #ec8b08;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 30px;
  line-height: 1.428571429;
  border-radius: 15px;
  color: #000;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 150px;
  height: 150px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 75px;
}

.btn-circle i::before {
  font-size: 50px;
  font-weight: 300;
}
.btn-orange,
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange:visited {
  background-color: #225460;
  border-color: #225460;
  color: #000;
}

.btn-gray,
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray:visited {
  background-color: #d8d7d8;
  border-color: #d8d7d8;
  color: #000;
}

.btn[disabled] {
  background-color: #ddd;
  border-color: #ddd;
}

.timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.li {
  width: 300px;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 8px solid #f7f6f7;
  position: relative;
  transition: all 200ms ease-in;
}
.timeline h4 {
  font-weight: 600;
  font-size: 14px;
}

.status button {
  position: absolute;
  left: 0;
  top: -80px;
}

.li.complete .status {
  border-top: 8px solid #225460;
}

.li.complete .status:before {
  background-color: #225460;
  border: none;
}
.li.complete .status h4 {
  color: #225460;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timeline {
    list-style-type: none;
    display: block;
  }

  .li {
    width: 300px;
  }

  .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}

/**
 * Footer
 */

#footer {
  position: relative;
  margin-top: -60px;
  height: 60px;
  clear: both;
  background-color: #f0a700;
  width: 100%;
  font-weight: 300;
}

.copyright {
  color: #000;
  line-height: 30px;
  padding: 15px 0;
}
.footer-link {
  color: #000;
  line-height: 30px;
  padding: 15px 0;
  text-align: right;
}
.footer-link a {
  color: #000;
}

/* PilotPulse */

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  border-color: #bdbdbd;
  background-color: #e1e1e1;
}

.table-description {
  padding: 0 20px 20px 20px;
  /* background: #ebebeb; */
  border-radius: 5px;
  display: block;
}

/* .table-pricing {
  border: 1px solid #c7c7c7;
  margin-top: 10px;
  vertical-align: middle;
}

.table-pricing > tbody > tr {
  border: 1px solid #c7c7c7;
} */
.table-description > tbody > tr > td {
  vertical-align: middle;
}

.text-moq {
  font-size: 16px;
  font-weight: bold;
}

.region-box {
  border: 1px solid #225460;
}

.region-box > label {
  background-color: #225460;
  color: #fff;
  font-family: "NHaasGroteskTXPro-55Rg";
  font-weight: bold;
  display: block;
  padding: 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.region-box .form-check,
.new_category-list .form-check {
  padding: 10px 12px 7px 12px;
  border-bottom: solid 1px #dddddd;
  margin: 0 12px;
  vertical-align: middle;
}

.region-box .form-check:last-child,
.new_category-list .form-check:last-child {
  border: none;
}
.region-box .form-check:hover .form-check-label,
.new_category-list .form-check:hover .form-check-label {
  color: #225460;
  font-weight: 600;
}
.region-box .form-check .form-check-input,
.region-box .form-check .form-check-label,
.new_category-list .form-check .form-check-input,
.new_category-list .form-check .form-check-label {
  margin: 0;
  color: #34364e;
}

/* .new_products-list .card-body {
  min-height: 360px;
} */

.progress .progress-bar > span {
  position: static;
  display: block;
  width: 100%;
  color: black;
  text-align: center;
  font-weight: bold;
}

.region-tag {
  min-height: 30px;
}

.edit-btn-wrapper {
  position: absolute;
  top: 11px;
  right: 26px;
}
.delete-btn-wrapper {
  position: absolute;
  top: 11px;
  left: 26px;
  background-color: #34364e !important;
}
.delete-btn-wrapper a {
  color: white;
}
.delete-btn-wrapper a:hover {
  color: white;
}

#enquiries_report {
  font-size: 11px;
  max-width: 1290px;
  display: block;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #e3e3e3;
}

.dataTables_wrapper {
  overflow-x: scroll;
}

#enquiries_report tr td,
#enquiries_report thead {
  vertical-align: middle !important;
  border: 1px solid #e3e3e3;
}

#enquiries_report tr th {
  text-align: center;
  vertical-align: middle !important;
}
.search-wrap {
  margin: 0;
}
.label-region {
  font-size: 12px; /* Adjust as needed */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  border: none;
  box-shadow: none;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 5px;
}
