.home-user{background-image: url('../img/h1_hero.webp');
               background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    flex-direction: column;
}
.home-card {
            background: rgba(0, 0, 0, 0.8);
}
.card-body{
            padding: 40px 50px 40px 50px !important;
        }
.home-icn{
    width:250px;
    margin-bottom:50px;
}
.login-btn{background:#59B930 !important;
    color:#ffffff !important;
    border-radius:10rem !important;
}
.login-btn:hover{border:solid 1px #59B930 !important;background:#ffffff !important;color:#59B930 !important;}
.reg-btn:hover{background:#59B930 !important;color:#ffffff !important;}
.reg-btn{border:solid 1px #59B930 !important;
    border-radius:10rem !important;
    color:#59B930 !important;

}
.custom-sidebar{background:#59B930 !important;width: 250px !important;}
/* Admin sidebar link colors: black text, white text on active with a background */
.custom-sidebar .nav-item .nav-link,
.custom-sidebar .nav-item .nav-link i,
.custom-sidebar .sidebar-brand-text,
.custom-sidebar .sidebar-brand-icon i {
    color: #000000 !important;
}
.custom-sidebar .nav-item .nav-link:hover,
.custom-sidebar .nav-item .nav-link:hover i {
    color: #000000 !important;
    background-color: rgba(0, 0, 0, 0.08) !important;
}
.custom-sidebar .nav-item.active .nav-link,
.custom-sidebar .nav-item.active .nav-link i {
    color: #ffffff !important;
    background-color: #3E8222 !important;
    border-radius: 0.35rem;
}
/* Reusable green button */
.btn-green {
    background-color: #59B930 !important;
    border-color: #59B930 !important;
    color: #ffffff !important;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    background-color: #3E8222 !important;
    border-color: #3E8222 !important;
    color: #ffffff !important;
}
.user-tbl tr td{vertical-align: middle !important;}
.profile-pic-user-tbl{width:150px;height:150px;}
.text-danger {
    color: #DD0712 !important;
}
form label{font-weight:bold;}
.user-sidebar{background:#54aba7 !important;}
.navbar{background:#59B930 !important;}
.sidebar a:hover{background:#59B930 !important;color:#54aba7 !important;}
.main-content{height: 92vh;}
.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}
.card-img {
  width: 120px !important;
  height: 120px;
  margin: 1.25rem;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
  overflow: hidden;
}
.card-img img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sub-head-user{font-size: 12px;}
.exercise-icn{object-fit: fill !important;}
.exercise-nbr{font-size: 20px;padding-left: 35px;}