body {
  font-size: 13px;
}
label {
  font-weight: 600;
}

.btn-addunit {
  border: 1px solid #ededed;
  background: #44a2d2;
  color: #fff;
  padding: 7px;
}
.logo-bg {
  background-color: #192845;
}
.logo-lg img {
  height: 70px;
  /* width: 90px; */
}
.companyname {
  color: #fff;
}

/* ScroolBar CSS */
div::-webkit-scrollbar {
  height: 5px;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* ScroolBar CSS */

.navbar-header h2 {
  font-size: 0.9em;
  font-weight: 600;
}

.invalid-feedback {
  display: block;
}
.table {
  font-size: 13px;
}

.table th {
  font-weight: 700 !important;
}
.bg-blue {
  background: #44a2d2 !important;
}
.col-form-label {
  font-size: 13px !important;
}
.btn-sm {
  /* font-size: 1.2em!important; */
}
.form-control {
  font-size: 12px !important;
}
#sidebar-menu ul li a {
  font-size: 13px !important;
}
#sidebar-menu ul li ul.sub-menu li a {
  font-size: 12px !important;
}
#sidebar-menu .has-arrow:after {
  margin-right: -11px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #dbdbdb;
  opacity: 1;
}

.ph {
  font-style: italic;
  font-size: 0.8em;
  font-weight: 700;
}
.accordion .card-header {
  background: transparent;
  padding: 0;
}
.accordion .btn-link {
  background: #192845;
}
.accordion .btn-link.collapsed {
  background: #333333;
}
.accordion .btn {
  color: #ffffff;
  font-size: 16px;
}
.accordion .btn.btn-sm {
  font-size: 12px;
}
.btn.btn-custom-sm {
  display: inline !important;
  width: auto !important;
}

.accordion .btn-link:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

.accordion .btn-link.collapsed:after {
  content: "\f067";
}
.nav.nav-tabs a {
  color: #000000;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #323232;
  border-color: #e7eff7 #e7eff7 #fff;
}
.nav-tabs {
  background: #e9e9e9;
}
.nav.nav-tabs a {
  border-right: 1px solid #fff;
}

.datepicker {
  border: 1px solid #cececf;
}
.text-success {
  color: #02903c !important;
}
.badge-success {
  background-color: #02903c !important;
}

.hide {
  display: none !important;
}

.bg-darkblue {
  background: #192845 !important;
}

.bg-darkpurple {
  background: #ae01b4 !important;
}

.hide-text {
  max-width: 200px;
  overflow-wrap: break-word;
}
.bg-light-red {
  background-color: #ffecef !important;
}

.bg-light-warning {
  background-color: #ffe8ba !important;
}
.cke_notification_warning {
  background: transparent;
  border: 0px solid transparent;
  display: none;
}
.custom-card-header {
  padding: 0.75rem 1.25rem !important;
  margin-bottom: 0 !important;
  background-color: #e9ecef !important;
  border-bottom: 0 solid #e7eff7 !important;
}

.info-box {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  min-height: 80px;
  padding: 0.5rem;
  position: relative;
  width: 100%;
}

.info-box .info-box-icon {
  border-radius: 0.25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
}
.info-box .info-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
}

.info-box .info-box-text,
.info-box .progress-description {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-box .info-box-number {
  display: block;
  margin-top: 0.25rem;
  font-weight: 700;
}
.bg-info,
.bg-info > a {
  color: #fff !important;
}
.dashboard a {
  color: #333333 !important;
}
