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

.btn-addunit {
  border: 1px solid #ededed;
  background: #44a2d2;
  color: #fff;
  padding: 7px;
}
.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;
}
.cke_notification_warning {
  background: transparent;
  border: 0px solid transparent;
  display: none;
}

.btn-custom {
  color: #ffffff;
  background-color: #000000 !important;
  border-color: #ffffff !important;
}
.login-box {
  background: #747d5c !important;
}
