.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

@media all and (min-width: 992px) {
  .sidebar .nav>li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}

.card.card-upgrade .card-category {
  max-width: 530px;
  margin: 0 auto;
}

.mdl-fab-bottom-right {
  position: fixed !important;
  bottom: 15px;
  right: 20px;
}

.mdl-textfield__label {
  color: #fff;
}

.nextMonth,
.preMonth {
  border: 1px solid #525252;
  color: #000;
  border-radius: 10%;
}

a.nextMonth,
a.preMonth {
  padding: 4px 8px;
  margin-left: 5px;
  margin-right: 5px;
}

.card-header .title {
  font-size: 1.2em;
}

/* Hamburger Animation */
.navbar-toggler .navbar-toggler-bar {
  transition: all 0.3s ease;
  display: block;
  width: 22px;
  height: 2px;
  background: #344675;
  margin: 5px auto;
  border-radius: 2px;
}

.navbar-toggler.toggled .bar1 {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler.toggled .bar2 {
  opacity: 0;
}

.navbar-toggler.toggled .bar3 {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Smooth Sidebar Slide */
@media (max-width: 991px) {
  .sidebar {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .nav-open .sidebar {
    transform: translateX(0) !important;
  }
}

/* Status Pill Badges */
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  border: 1.5px solid;
}

.status-pill .material-icons {
  font-size: 14px;
}

.status-reserved {
  color: #1d8cf8;
  background: rgba(29, 140, 248, 0.1);
  border-color: rgba(29, 140, 248, 0.4);
}

.status-confirmed {
  color: #ff8d72;
  background: rgba(255, 141, 114, 0.1);
  border-color: rgba(255, 141, 114, 0.4);
}

.status-delivering {
  color: #00bf9a;
  background: rgba(0, 191, 154, 0.1);
  border-color: rgba(0, 191, 154, 0.4);
}

.status-completed {
  color: #8898aa;
  background: rgba(136, 152, 170, 0.1);
  border-color: rgba(136, 152, 170, 0.4);
}