body {
  background-color: #f5f5f5;
  font-family: "Poppins", sans-serif;
}

label {
  font-weight: bold;
}

.custom-header {
  padding: 30px;
  background-color: gray;
}
.custom-footer {
  padding: 30px;
  background-color: gray;
}

.main-content {
  padding: 0px 0px;
}

.well-nobg {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.well-account {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-bottom: 8px solid #0a0f47;
}
.well-account-header {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 0;
}

.well-account-header h4 {
  color: #ffffff;
}

/* Dashboard Styles */

h1.dashboard,
h1.dashboard a {
  padding: 0px;
  margin: 0px;
  font-size: 24px !important;
  text-decoration: none !important;
  color: #212529;
}

a.dash-logout {
  color: #212529;
}

.dash-section {
  background-color: #ffffff;
  padding: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #d3cbcb;
  width: 90%;
}
.dash-btn2-inactive {
  color: #eeeeee;
  padding: 10px !important;
  -webkit-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #9ea1cd;
  width: 145px !important;
  height: 145px !important;
  margin-top: 7px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
  overflow: visible;
  font-size: 13px;
}

.dash-btn2 {
  color: #ffffff;
  padding: 20px 10px 0px 10px !important;
  -webkit-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: var(--e-global-color-primary);
  width: 145px !important;
  height: 145px !important;
  margin-top: 7px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
  overflow: visible;
  font-size: 13px;
}

.dash-btn-user {
  color: #ffffff;
  padding: 7px !important;
  -webkit-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #0a0f47;
  width: 140px !important;
  height: 140px !important;
  margin-top: 7px;
  font-size: 13px;
}

.page-titles {
  padding: 15px 10px 10px;
  background-color: var(--e-global-color-secondary);
  color: #fff;
}

.admin-tables {
  width: auto;
}

.admin-tables tr {
  border-width: 0;
}

.admin-tables td,
.admin-data-tables td {
  border: none;
  background-color: transparent !important;
  padding: 0;
  vertical-align: middle;
}

.admin-data-tables td {
  padding: 0.7rem;
}

/* Bootstrap Override */

.list-group-item.active {
  color: var(--bs-list-group-active-color) !important;
  background-color: var(--e-global-color-primary) !important;
  border-color: var(--e-global-color-primary) !important;
}

.btn-outline-primary {
  border-color: var(--e-global-color-primary) !important;
  color: var(--e-global-color-primary);
}

.btn-check:checked + .btn {
  background-color: var(--e-global-color-primary) !important;
}

.form-check-input:checked {
  background-color: var(--e-global-color-primary) !important;
  border-color: var(--e-global-color-primary) !important;
}

.customerdata td{
  vertical-align:middle;
}