@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300&display=swap');

body{
    font-family: 'Roboto', sans-serif;
}

.t-Login-region {
    background-color: #f2f2f2;
    box-shadow: none;
}
.t-PageBody--login{
    background-color: #f2f2f2;
}
.a-ListView-item img {
    vertical-align: middle;
    width: 8vh;
    margin-right: 1vw;
}
.a-ListView-item > a > p {
    display: none;
}
.t-Header-logo-link img{
    height: 40px!important;
}

.t-Login-body{
    display: flex;
    flex-direction: column;
}
.t-Button.t-Button--header.is-active{
        background-color: rgb(0 0 0 / 4%);
}

.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .fa, .t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .a-Icon {
        color: white!important;
}

.a-TreeView-content.is-hover {
    color: #9d0202!important;
}
