:root {
    --PrimaryGreen: #28802a;
    --PrimaryRed: red;
}
body
{
    background-color: #F0F5F9;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.dropdown-menu { padding: 8px 10px; }
.dropdown-item { font-size: 14px; margin-bottom: 5px; }
.dropdown-item:hover { background: var(--PrimaryGreen); color: #ffff; border-radius: 4px; transition-duration: 100ms; }
.dropdown-item:active { background: var(--PrimaryGreen); border-radius: 4px; }

.header {
    border-bottom: 1px solid #147016;
    padding: 8px 0px 0px 8px;
    background: #147016 url(../images/header-background-green.jpg) top left repeat-x;
    color: #f4ebeb;
    text-align: left;
    box-shadow: 1px 0 20px rgba(0,0,0,.08);
}
.bg-club-login {
    /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/club/bg_plexux.webp) no-repeat center;*/
    background: url(../images/club/nav-background.png) no-repeat center;
    background-size: cover;
}
.topheader {
    /*background-color: #28a745 !important;*/
    /*background-color: #165273 !important;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*color: rgb(255, 255, 255);*/
    padding: 0 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.support{
    color: #FFFFFF;
}
.wrapper
{
    background-color: #fff;
    box-shadow: 1px 0 20px rgba(0,0,0,.08);
    padding: 20px;
}

.pg-title
{
    color: var(--PrimaryGreen);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 8px 0 4px;
}
.pg-subtitle {
    font-size: .90rem;
    color: #666;
    margin-top: 0.5rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
    text-align: right;
}
.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #666;
}

.breadcrumb a {
    color: #007bff;
    text-decoration: none;
    margin-right: 0.5rem;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb i {
    margin-right: 0.5rem;
    color: #ccc;
}

.breadcrumb span {
    color: #666;
    margin-right: 0.5rem;
}

.logo img
{
    height: 50px;
}
.logo h5
{
    font-size: 12px;
    font-weight: 400;
}
.form-control { font-size: 14px; }

.form-control:focus
{
    color: #4F5467;
    background-color: #fff;
    border-color: var(--green);
    outline: 0;
    box-shadow: none;
}
.btn:focus
{
    color: #FFF !important;
    background-color: #218838 !important;
}
.tag-line{
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.blood-req-row {
    color: #707070;
    font-size: 13px;
    font-weight: 400;
}

.blood-req-info .item {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px 10px;
    margin-bottom: 30px;
}

/* Badge Styling */
.badge {
    font-size: 0.85rem;
    font-weight: bold;
}

.sub-heading p {
    color: #707070;
    font-size: 13px;
    text-align: center;
}

#timer {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #2a2a2ac4;
    font-weight: bolder;
}
