.viewerMenu {
    position: absolute;
    display: flex;
    font-family: Arial, serif;
    z-index: 2000;
    width: 100%;
    background-color: #668091;
    left: 0px;
    box-shadow: 1px 1px 4px rgb(68, 68, 68);
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
}

.viewer-card {
    height: 185px;
}

.card-body.no-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.viewerMenu > .viewer-card {
    cursor: pointer;
}

.viewerMenu > .viewer-card:hover {
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 0.5)) !important;
}

.viewerMenu > .viewer-card > .viewer-name {
    font-weight: bold;
}

.viewer-name.no-logo {
    font-size: 30px;
    font-family: impact, serif;
}

.viewerMenu > .viewer-card > img {
    height: 100px;
    width: 248px;
    object-fit: scale-down;
    object-position: center center;
}

.viewerMenu > .viewer-card {
    flex-basis: 250px;
    margin: 5px;
}

.viewerMenu > .viewer-card > .card-body > * {
    text-align: center;
    display: flex;
    justify-content: center;
}

.viewerMenu > .viewer-card > .card-body > .markup > .badge {
    margin-left: 2px;
    margin-right: 2px;
}

.viewerMenuArrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #337287 transparent;
    margin-left: 8px;
}

.viewerSelectorContainer {
    position: relative;
    text-align: center;
    line-height: 160px;
    vertical-align: middle;
    height: 180px;
    margin: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    border-left: 5px solid #ccc;
}

.viewerSelectorContainer:hover {
    background-color: #A7B9C5;
    cursor: pointer;
    color: #333;
}

.viewerMenuText {
    font-size: 16px;
}

.viewerMenuSelection > span {
    font-weight: bold;
}

.iconViewerMenu {
    color: #ddd;
    font-size: 16px;
}

.iconViewerMenuCertification {
    position: absolute;
    top: -64px;
    right: 4px;
    height: 0;
}

.iconViewerMenuDownload {
    position: absolute;
    top: 156px;
    right: 4px;
}