.topbar {
  height: 37px;
  background: #fef4e5;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.hamburger-icon {
  background: transparent;
  color: #ff9f0a;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  left: 4px;
  z-index: 999;
}

.ribbon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4px;
}

.ribbon5 {
  position: relative;
  width: 203px;
  background: #ff9f0a;
  display: block;
  height: 30px;
  line-height: 30px;
  margin-left: -146px;
  margin-right: 71px;
  margin-top: 2px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.ribbon5:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  border-top: 10px solid #ff9f0a;
  border-left: 10px solid transparent;
}

.ribbon5:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  border-top: 10px solid #ff9f0a;
  border-right: 10px solid transparent;
}

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

.admin {
  font-size: 14px;
  color: #222;
  position: relative;
  right: 106px;
  margin-top: -1px;
}

.icon-btn {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.icon-btn i {
  font-size: 24px;
  color: #ff9f0a;
}

.settings-btn {
    top: 1px;
    right: 3px;
  position: relative;
}

.logout-btn {
  left: -1px;
  top: 1px;
  position: relative;
}
