﻿.portalmenu-toggle, .portalannouncements-toggle {
    display: block !important;
}

.portalmenu-container {
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 328px;
    z-index: 9999999999;
    height: auto;
    margin-top: 50px;
    left: 0px;
    margin-left: 4px;
    transition: height 0.3s ease-in-out 0s;
    max-height: calc(-65px + 100vh);
    display: none;
}

.portalannouncements-container {
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 450px;
    z-index: 9999999999;
    height: 100vh;
    margin-top: 50px;
    right: 0px;
    margin-left: 4px;
    transition: height 0.3s ease-in-out 0s;
    max-height: calc(-65px + 100vh);
    display: none;
}

.portalmenu-iframe, .portalannouncements-iframe {
    width: 100%;
    height: 100%;
    border-radius: 3px 3px;
    background-color: rgb(249, 250, 251);
}

.portalannouncements-toggle .portalannouncements-badge {
    background-color: #de350b;
    color: white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    padding: 0 6px;
    z-index: 1;
    margin-left: -5px;
    display: none;
}