body {
  background-color: #f2f2f2;
  color: #334155;
  padding-top: 80px;
  padding-bottom: 90px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.coach-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(135deg, #1b5895 0%, #464646 100%);
  display: flex;
  align-items: center;
  padding: 0 15px;
  z-index: 1055;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.coach-header .header-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-left: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.coach-bottom-nav {
  position: fixed;
  bottom: 15px;
  left: 15px;
  right: 15px;
  height: 70px;
  background: linear-gradient(135deg, #1b5895 0%, #464646 100%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  z-index: 1050;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.coach-bottom-nav .nav-link-custom {
  text-align: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  flex: 1;
  font-size: 0.7rem;
  font-weight: 600;
  transition: all 0.2s ease;
}
.coach-bottom-nav .nav-link-custom i {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 2px;
}
.coach-bottom-nav .nav-link-custom.active {
  color: #ffffff;
  transform: translateY(-2px);
}
.coach-bottom-nav .nav-center {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
}
.coach-bottom-nav .nav-center .btn-home-highlight {
  position: absolute;
  top: -35px;
  width: 65px;
  height: 65px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1b5895;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border: 5px solid #f2f2f2;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.coach-bottom-nav .nav-center .btn-home-highlight i {
  font-size: 1.7rem;
  margin-bottom: -1px;
}
.coach-bottom-nav .nav-center .btn-home-highlight span {
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
}
.coach-bottom-nav .nav-center .btn-home-highlight:active {
  transform: scale(0.9) translateY(5px);
}

body {
  padding-bottom: 110px;
}

.burger-trigger {
  position: fixed;
  top: 10px;
  left: 15px;
  z-index: 1060;
  background: rgba(255, 255, 255, 0.15);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1.4rem;
  transition: all 0.2s;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.burger-trigger:active {
  transform: scale(0.9);
  background-color: rgba(255, 255, 255, 0.3);
}

.offcanvas {
  border-radius: 0 25px 25px 0;
  border: none;
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
}
.offcanvas .offcanvas-header {
  background: linear-gradient(135deg, #1b5895 0%, #464646 100%);
  color: #ffffff;
  padding: 2rem 1.5rem;
}
.offcanvas .list-group-item {
  font-size: 0.95rem;
  font-weight: 500;
  color: #334155;
  transition: all 0.2s ease;
  padding: 1.2rem 1.5rem;
  border: none;
}
.offcanvas .list-group-item i {
  color: #94a3b8;
  margin-right: 1rem;
  font-size: 1.2rem;
}
.offcanvas .list-group-item.text-primary {
  color: #1b5895 !important;
  background-color: rgba(27, 88, 149, 0.05);
}
.offcanvas .list-group-item.text-primary i {
  color: #1b5895;
}
.offcanvas .list-group-item:active {
  background-color: #f1f5f9;
}/*# sourceMappingURL=main.css.map */