/* _content/ReqtcKm2022/Pages/AboutPage.razor.rz.scp.css */
/* Use a more specific selector if possible */
*[id][b-61m10rqa49] {
    scroll-margin-top: 5rem;
}
/* _content/ReqtcKm2022/Pages/SearchArticle.razor.rz.scp.css */
/* Dropdown Button */
.dropbtn[b-f07nsfmkt7] {
    /*    background-color: white;
    color: white;*/
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown[b-f07nsfmkt7] {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content[b-f07nsfmkt7] {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a[b-f07nsfmkt7] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

/* Change color of dropdown links on hover */
/*.dropdown-content a:hover {
            background-color: #ddd;
        }*/

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content[b-f07nsfmkt7] {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
/*.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}*/
/* _content/ReqtcKm2022/Shared/MainLayout.razor.rz.scp.css */
/* _content/ReqtcKm2022/Shared/NavMenu.razor.rz.scp.css */
.shadow_01[b-ss235ezq0j] {
/*    color: #666;*/
/*    display: inline-block;
    text-decoration: none;
    transition: all .2s ease-in-out;*/
}

.shadow_01:hover[b-ss235ezq0j] {
/*    text-shadow: 2px 2px 2px rgba(0,0,0,.7);*/
}

#avatarImage[b-ss235ezq0j] {
    border-radius: 50%;
}
