#notification_Container {
    min-height: 170px;
    max-height: 500px;
    /*height: 500px;*/
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: hidden;
    position: absolute;
    top: 60px;
    margin-left: 0px;
    width: 510px;
    z-index: -1;
    display: none;
    padding: 0px 0px 0px 0px !important;
}

    #notification_Container:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        color: transparent;
        border: 10px solid black;
        border-color: transparent transparent white;
        margin-top: -20px;
        margin-left: 10px;
    }

#notification_Title,
#notification_Body,
#notification_Footer {
    padding: 8px;
}

#notification_Title {
    display: block;
    font-weight: bold;
    font-size: 13px;
    background-color: #ffffff;
    margin-top: 4px;
    position: fixed;
    z-index: 1000;
    width: 490px;
    border-bottom: 1px solid #dddddd;
}

#notification_Body {
    display: block;
    height: 100%;
    width: 100%;
    padding: 50px 0px 0px 0px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

#notification_Footer {
    display: block;
    width: 100%;
    background-color: #e9eaed;
    text-align: center;
    font-size: 8px;
    border-top: 1px solid #dddddd;
    bottom: 0;
    position: absolute;
}

    #notification_Footer a {
        color: #FE7865;
    }

        #notification_Footer a:hover {
            color: #FE7865;
            /*text-decoration: underline;*/
        }

#notification_Button {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: -3px 10px 0 10px;
    cursor: pointer;
    font-size: 20px;
}

/*#notification_Count {
    padding: 1px 3px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    margin: -10px 0 0 26px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    position: absolute;
    font-size: 11px;
}*/



/* Jeff CSS */
/* Logo Styling */
.logo-img {
    width: 150px; /* Make the width responsive */
    max-width: 150px !important;    
    max-height: 58px; /* Cap the height to prevent it from growing too large on larger screens */
    object-fit: contain; /* Ensure the logo maintains its aspect ratio */
}

.header-area .navbar .navbar-nav .nav-item a{
    color:white;
}


.nav-item a:hover{
    color:#fe7865 !important;
}

.nav-item a{
    text-decoration: none;
}



/*===========================
    2.HEADER css 
===========================*/
/* Jeff CSS */
/*hover effect*/
button:hover {
    background-color: #FE7865;
    box-shadow: rgba(0, 0, 0, 0.5) 0 4px 8px;
    transform: translateY(-3px);
}

/*button pressing effect*/
button:active {
    box-shadow: none;
    transform: translateY(0);
}

.header-area {
    padding: 2px 0;
    /* background: var(--gradient-2, linear-gradient(90deg, #ffffff 0%, #fe7865 90%)); */
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    border-radius: 0px 0px 12px 12px;
}

    .header-area.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: white;
        z-index: 99;
        padding: 10px 0;
        transition: all 0.4s ease-out 0s;
        box-shadow: 0px 0px 40px 0px rgba(130, 130, 130, 0.25);
    }

    .header-area .navbar {
        padding: 0;
    }

        .header-area .navbar .navbar-brand {
            padding-bottom: 10px;
        }

        .header-area .navbar .navbar-toggler .bar-icon {
            width: 30px;
            height: 2px;
            margin: 5px 0;
            background-color: #333;
            display: block;
            position: relative;
            -webkit-transition: all 0.4s ease-out 0s;
            transition: all 0.4s ease-out 0s;
        }

        .header-area .navbar .navbar-toggler:not(.collapsed) .bar-icon:nth-child(1) {
            top: 7px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .header-area .navbar .navbar-toggler:not(.collapsed) .bar-icon:nth-child(2) {
            opacity: 0;
        }

        .header-area .navbar .navbar-toggler:not(.collapsed) .bar-icon:nth-child(3) {
            top: -7px;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        .header-area .navbar .navbar-nav .nav-item {
            margin-left: 30px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .navbar .navbar-nav .nav-item {
        margin: 5px 0;
    }
}

@media (max-width: 767px) {
    .header-area .navbar .navbar-nav .nav-item {
        margin: 5px 0;
    }
}

.header-area .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 600;
    color: grey;
}

/* Jeff , most html contain this, therefore placing in style.css for global value use */
.template-gridview {
    width: 100%;
    table-layout: fixed;
}

.template-color-row {
    background-color: #FFF;
}

.template-color-alternate {
    background-color: #FFFBD6;
}

.template-padding-image {
    width: auto;
    height: auto;
    position: relative;
    float: left;
    object-fit: cover;
}

.template-padding-text-left {
    padding-left: 0.5em;
}

.template-text-align-right {
    text-align: right;
    padding-right: 0.5em;
}

.template-text-align-center {
    text-align: center;
}

.template-course-style {
    white-space: normal;
    overflow: hidden;
}

/* From cart.html */
@media screen and (max-width: 1225px) and (min-width: 1045px) {
    table#tbldata td:nth-child(2) {
        display: none;
    }

    .priority-2 {
        display: none;
    }
}

@media screen and (max-width: 1045px) and (min-width: 835px) {
    table#tbldata td:nth-child(1), td:nth-child(2) {
    }

    .priority-1, .priority-2 {
    }
}

@media screen and (max-width: 835px) and (min-width: 565px) {
    table#tbldata td:nth-child(1), td:nth-child(2), td:nth-child(6) {
    }

    .priority-1, .priority-2, .priority-6 {
    }
}

@media screen and (max-width: 565px) {
    table#tbldata td:nth-child(1), td:nth-child(2), td:nth-child(6) {
    }

    .priority-1, .priority-2, .priority-6 {
    }
}


/* Jeff Update */
/* Ensure Profile and Logout links align properly in mobile view */
.nav-item .nav-link {
    padding: 0px; /* Consistent padding */
}

.dropdown-menu {
    background-color: white;
}

.dropdown-item:hover {
    background-color: rgb(247, 245, 245);
}
