/* Copyright (c) Microsoft Corporation.
Licensed under the MIT license. */

header {
    background-color: #007FFF;
    height: 75px;
    width: 100%;
}

header > p {
    color: #FFFFFF;
    font: bold 1.6em "segoe ui", arial, sans-serif;
    margin-left: 31px;
    padding-top: 20px;
}

main {
    margin: 0 auto;
    width: 100%;
}

section#text-container > div > p {
    font: 1.2em "segoe ui", arial, sans-serif;
}

section#report-container {
    height: calc(0.5625 * 61vw); /* 16:9 aspect ratio */
}

header{background: #455660; z-index: 100; position: relative; height: 65px;}
.selection-wrapper{background: #FFFFFF; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); border-radius: 12px;display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 40px 57px;width: 100%; height: 250px; text-transform:uppercase; font-style: normal; font-weight: 600; font-size: 24px; line-height: 100%; color:#455660}
.selection-wrapper:hover{color:#455660}
.selection-wrapper img{width:80px; height:80px; margin-bottom:30px; border-radius:100%}
.page-title{text-align:center;display: flex; align-items: center; justify-content: center;}
.page-title p{font-weight: 400; font-size: 14px; line-height: 100%; letter-spacing: -0.025em; color: #EBEBEB; margin-bottom:0; color:#EBEBEB}
.page-title .dropdown-toggle{background: none; border: none; font-size: 14px; color: #ebebeb; padding: 0; line-height: 100%;    margin-left: 5px; margin-top: -2px;}
.page-title .dropdown-menu{    transform: translate3d(-22px, 26.5px, 0px) !important; min-width: 50px; font-size: 14px; text-align: center; border-radius: 0; border-radius: 0; background: #ebebeb; border: none; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); text-transform:uppercase}
.page-title .dropdown-menu li a{font-size:12px !important}
.page-title .dropdown-menu li a:hover{background:#fff}

@media only screen and (max-width: 575px) {
    section#report-container {
        height: calc(0.5625 * 100vw); /* 16:9 aspect ratio */
    }
}

footer > p {
    font: 1em "segoe ui", arial, sans-serif;
}

iframe {
    border: none;
}