/**/
.pg-header
{
    width: 100%;
    top: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: var(--hdr-height);
    padding: 0.05vmin;
    margin: 0;
}

.pg-body
{
    width: 100%;
    top: var(--hdr-height);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    border-top: 3px solid;
}

.user-auth
{
    width: 30%;
    min-height: 35vh;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 2.5vmin 0;
}

.user-auth-form
{
    flex-direction: column;
    gap: 2.5vmin;
    align-items: flex-end;
}

.psd-landing
{
    flex-direction: column;
    flex: 0 0 35vh;
    justify-content: space-around;
    align-items: center;
    font-size: 1.5vw;
    width: 35vw;
    margin: 1.0vmin;
    padding: 0.5vmin 3.0vmin;
}

.psd-main-menu
{
    flex-direction: row;
    width: 98%;
    column-gap: 0.4vw;
    align-items: start;
    justify-content: start;
    min-height: 3.0vh;
    margin: 0 1.0%;
    padding: 0;
    font-size: 2.0vmin;
}

.psd-main-cmd
{
    cursor: pointer;
    width: 5.0vw;
    padding: 0.1vw;
    border-radius: 0 0 0.8vw 0.8vw;
}

.psd-main-hub
{
    width: 100%;
    min-height: 30vh;
    height: auto;
    margin: 2vmin 0;
}

.pg-msgs
{
    width: 35%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pg-msg-styling
{
    font-size: 2.5vmin;
}

.pg-err-styling
{
    color: var(--alert-red);
    font-size: 2.5vmin;
}

