.flex {
  display: flex;
}

.content {
  padding: 10px;
}

.action-btn {
  word-wrap: break-word !important;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 250px !important;
  padding: 15px;
  text-align: center !important;
  background-color: rgba(85, 230, 193, 0.2);
}

.action-btn a {
  text-decoration: none;
}
.menu .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.user-name p {
  color: var(--green800);
  font-weight: 500;
}

.sidebar {
  flex-grow: 0 !important;
  position: relative;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.sidebar a {
  font-weight: 500;
  color: #3a3a3a;
  font-size: 14px;
}
.sidebar .btn:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.sidebar .btn {
  width: 100%;
  text-align: left;
  outline: none;
  box-shadow: none;
  white-space: nowrap;
  border: none;
  padding: 10px 20px;
  transform: none !important;
}

.sidebar .subitem {
  padding: 5px;
  padding-left: 25px;
  display: block;
  font-size: 14px;
}

.sidebar .active,
.sidebar .active:hover {
  color: var(--green800);
  background-color: var(--light-green);
}

.logo img {
  height: 40px;
}

.menu {
  display: flex;
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
  background-color: white;
}

.menu-items {
  display: flex;
  gap: 10px;
  align-items: center;
}

.badge {
  display: inline-block;
  padding: 4px 14px !important;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
  color: white;
  font-size: 12px !important;
  font-weight: 500;
  opacity: 0.7 !important;
  line-height: normal;
}

.badge-pill:hover {
  color: #fff;
  opacity: 0.9;
}

.bg-success {
  background-color: #28a745 !important;
  color: #fff;
  font-weight: 500 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
  color: #fff;
  font-weight: 500 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
  color: #fff;
  font-weight: 500 !important;
}

.badge-pill {
  display: inline-block;
  padding: 6px 14px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: normal;
  color: #fff !important;
  opacity: 1 !important;
  border: none;
}

.badge-success {
  background-color: var(--bs-green) !important;
  font-weight: 400 !important;
  padding: 2px 8px !important;
}

.badge-danger {
  background-color: var(--bs-red) !important;
  font-weight: 400 !important;
  padding: 2px 8px !important;
}

.badge-warning {
  background-color: var(--bs-yellow) !important;
  font-weight: 400 !important;
  padding: 2px 8px !important;
}

.badge-success:hover,
.badge-danger:hover,
.badge-warning:hover {
  color: #000 !important;
}

h1 {
  margin-bottom: 0px;
}

.menu-item a {
  flex: 1;
  margin-bottom: -3px;
}

.menu-item.active {
  background: rgba(0, 0, 0, 0.2);
  border: solid 1px #e5e5e5;
}
