﻿#wrapper {
    padding-bottom: 81px !important;
    padding-top: 0px !important;
}

header#page-title-tabs {
    padding-top: 81px !important;
}

#header_shadow {
    background-size: cover !important;
    position: fixed !important;
    height: 200px !important;
    opacity: .4 !important;
    z-index: 99;
    pointer-events: none; /* Makes the element click-through */
}

.top-nav-container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.powered-by-logo {
    flex: 1;
    display: flex;
    align-items: center;
}

.btn-mobile {
    flex: 0;
    z-index: 2; /* Ensures the button is above the dropdown */
}

.navbar-collapse {
    z-index: 1; /* Ensures the dropdown is below the button */
}

    /* Ensure dropdown expands from the bottom and takes full width */
    .navbar-collapse.in {
        position: absolute;
        width: 100%;
        top: 81px; /* Height of your header */
        left: 0;
    }
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ddd;
    padding: 1em;
}

.header-logo {
    flex: 1;
}

.header-welcome {
    flex: 2;
    text-align: center;
}

.header-notes {
    flex: 1;
    text-align: right;
}

.notesbtn {
    display: inline-block;
}

.welcome-text {
    font-size: x-large;
    color: black;
}

.mobile-btns {
    display: none;
}

.shadow-info {
    color: black;
}

@media (max-width: 992px) {

    .dsktp-btns {
        display: none;
    }

    .mobile-btns {
        display: inline-block;
    }

    .notesbtn {
        display: block;
        text-align: center;
    }
}


@media (max-width: 768px) {

    .header-container {
        flex-direction: column;
        align-items: center; /* Center align items */
    }

    .header-logo,
    .header-welcome {
        text-align: center; /* Center align text */
    }

    .header-notes {
        position: sticky;
        top: 0;
        text-align: center;
    }

    .modal-dialog {
        margin-top: 80px !important;
    }
}


@media screen and (max-width: 600px) {

    .col-md-9 {
        padding: 0px !important;
        margin: 0px !important;
    }

    .col-lg-9 {
        padding: 0px !important;
        margin: 0px !important;
    }

    .hrewrapper {
        margin: auto 1% auto 1% !important;
    }

    .modal-content {
        margin: 0px !important;
        padding: 5px !important;
    }
}


@media (max-width: 992px) {

    .dsktp-btns {
        display: none;
    }

    .mobile-btns {
        display: inline-block;
    }

    .notesbtn {
        display: block;
        text-align: center;
    }
}


@media (max-width: 768px) {

    .header-container {
        flex-direction: column;
        align-items: center; /* Center align items */
    }

    .header-logo,
    .header-welcome {
        text-align: center; /* Center align text */
    }

    .header-notes {
        position: sticky;
        top: 0;
        text-align: center;
    }

    .modal-dialog {
        margin-top: 80px !important;
    }
}


@media screen and (max-width: 600px) {

    .col-md-9 {
        padding: 0px !important;
        margin: 0px !important;
    }

    .col-lg-9 {
        padding: 0px !important;
        margin: 0px !important;
    }

    .hrewrapper {
        margin: auto 1% auto 1% !important;
    }

    .modal-content {
        margin: 0px !important;
        padding: 5px !important;
    }
}