.login_container {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 28px;
    width: 1024px;
    padding: 32px;
    margin: 48px;
}


@media (min-width: 1200px) {
    .login_container {
        display: flex;
        flex-direction: row;
        background-color: #ffffff;
        border-radius: 28px;
        width: 1024px;
        padding: 32px;
        margin: auto;
    }


    .login_container > * {
        flex-basis: 50%;
        flex-grow: 1;
        max-width: 50%;
    }
}

.login_container input {
    display: block;
    font-size: 16px;
    border-radius: 4px;
    padding: 13px 15px;
    height: 28px;
    margin-bottom: 16px;
    border: 1px solid #222222;
}

.login_container h1 {
    margin-bottom: 0;
}

.login_container p {
    margin-top: 0;
}

.login_container > form {
    padding-right: 32px;
    display: flex;
    flex-direction: column;
    margin: 48px 0;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

body {
    background-color: #f9f0f0;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
}

.login_container form {
    width: 100%;
}


.login_form button {
    margin-top: 20px;
    padding: 8px 32px;
    font-size: 16px;
    background-color: #de002e;
    border: none;
    border-radius: 32px;
    color: #fff;
    font-weight: 500;
    align-self: flex-end;
    cursor: pointer;
}

.light {
    font-weight: 100;
}

.login_form button:hover {
    transition: 300ms;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)
}

td {
    display: table-cell;
}

table {
    width: 100%;
}

th {
    text-align: left;
}

pre {
    margin: 0;
}

.content_container {
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.content_wrap {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    overflow: hidden;
}

.main_navigation {
    width: 255px;
    background: #ffffff;
    border-right: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    min-width: 200px;
}

.main_navigation > .product {
    border-bottom: 1px solid #ccc;
}

.product > h1 {
    margin-left: 8px;
}

.main_wrap {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.top_nav {
    height: 48px;
    background: #de002e;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: row;
}

.top_actions {
    padding: 0 8px;
    height: 48px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
}

.top_actions > h1 {
    margin-left: 16px;
    margin-right: 64px;
}

.button.primary {
    background: #de002e;
    color: #fff;
}

.button.secondary {
    background: #eee;
    color: #000;
}

.top_actions .button:first-child {
    margin-left: 0;
}

.top_actions .button {
    margin-left: 8px;
}



.button {
    display: inline-block;
    height: 30px;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    line-height: 32px;
    padding: 0 12px;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    vertical-align: middle;
    box-shadow: 1px 1px 3px #0007;
}

.button:hover {
    box-shadow: 1px 1px 5px #0007;
}

.top_actions form {
    display: inline-block;
}

.top_actions .button {
    border: none;
    cursor: pointer;
    margin-top: 8px;
}

.content form div.align-right {
    text-align: right;
    display: block;
}

.button > .material-symbols-outlined {
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -3px;
}

h1 {
    line-height: 48px;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}

.navigation_items {
    overflow-y: auto;
    flex-grow: 1;
    margin-top: 0;
    list-style: none;
    padding: 0;
    color: #000;
}

.navigation_items a {
    color: #000;
    text-decoration: none;
    line-height: 40px;
    display: block;
}

.navigation_items a:visited {
    color: #000;
}

.navigation_items > li {
    font-size: 13px;
    font-weight: 400;
    height:40px;
    padding-left: 20px;
}

.navigation_items > li.active {
    padding-left: 16px;
    border-left: 4px solid #de002c;
    background-color: #de002c10;
}

.navigation_items > li.active:hover {
    background-color: #77001810;
}
.navigation_items > li:hover {
    background-color: #00000010;
}

.navigation_items > li .material-symbols-outlined {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 20px;
}

.top_nav > .brand > img {
    padding-top: 8px;
    height: 32px;
    margin-left: 16px;
}

.product {
    padding-left: 16px;
}

.product > * {
    vertical-align: middle;
    display: inline;
}

.product > .material-symbols-outlined {
    font-size: 32px;
    color: #666;
}

::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 16px;
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

::-webkit-scrollbar-corner {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 6px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
}
::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}

.content {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}


.content > h2, .content > h3 {
    padding-left: 24px;
}

.content > .description {
    padding-left: 24px;
    font-weight: 300;
}

h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
}

h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

table {
    font-size: 12px;
}

thead {
    height: 28px;
    font-weight: 500;
}

tbody tr {
    height: 28px;
    color: #000000A8;
}

tbody tr:hover {
    background-color: #0000000a;
}

table tr > th:first-child,td:first-child {
    padding-left: 20px;
}

tbody > tr > td {
    border-bottom: 1px solid #00000020;
    white-space: nowrap;

}

thead > tr > th {
    border-bottom: 1px solid #00000020;
    border-top: 1px solid #00000020;
    background-color: #fafafa;
    white-space: nowrap;
}

.content > h1 {
    margin: 12px 24px;
    line-height: 24px;
}

table { 
    border-spacing: 0;
    border-collapse: separate;
}

a {
    color: #3367D6;
}

a:visited {
    color: #3367D6;
}

.material-symbols-outlined.icon {
    font-size: 18px;
    vertical-align: middle;
    cursor: default;
}

.icon.red {
    color: #de002c;
}

.icon.green {
    color: #008830;
}

.monospace {
    font-family: 'Courier New', Courier, monospace;
}


.top_nav > .username {
    margin-left: auto;
    line-height: 48px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.top_nav > .username .icon {
    margin-top: -3px;
}

.top_nav > .user img {
    width: 32px;
    height: 32px;
    border-radius: 18px;
    margin: 6px 20px;
    border: 2px solid #fff;
}

table img.icon {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    vertical-align: middle;
}

.content form {
    margin: 0 24px 24px 24px;
    max-width: 600px;
}

.content form label {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0.5em;
}

.content form .form-row {
    display: flex;
    flex-direction: row;
}


.content form .form-row > div {
    flex-grow: 1;
    margin-right: 10px;
}

.content form .form-row > div:last-child {
    margin-right: 0;
}


.content form fieldset {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    border-color: #00000020;
    margin-bottom: 1.5em;
}

.content form div {
    display: flex;
    flex-direction: column;
}

.content form input,select {
    flex-grow: 1;
    font-size: 13px;
    margin-bottom: 1em;
    border-radius: 4px;
    border: 1px solid #00000020;
    padding: 8px;
    outline: none;
}

.content form input:focus {
    box-shadow: 0px 0px 2px 2px #de002e;
}


.content form legend {
    font-size: 14px;
    color: #000000A8;
    padding: 0 4px;
}

.top_actions .back-button {
    cursor: pointer;
}

form.inline-action {
    margin: 0;
}

form.inline-action button.icon {
    background: none;
    border: none;
    padding: 0 6px;
    box-shadow: none;
    border-radius: 15px;
}

form.inline-action button.icon span.material-symbols-outlined {
    margin-right: 0;
} 

form.inline-action button:hover {
    box-shadow: 1px 1px 5px #0007;
}

.top_actions .back-button .material-symbols-outlined {
    line-height: 32px;
    border-radius: 24px;
    margin-left: 8px;
    width: 33px;
    height: 32px;
    margin-top: 8px;
    text-align: center;
}

.top_actions .back-button:hover .material-symbols-outlined {
    transition: 200ms;
    background: #00000020;
}

.content .detail-table {
    margin: 24px;
    max-width: 600px;
}

.content .detail-table th {
    border-bottom: 1px solid #00000020;
    color: #000000;
}

.content .detail-table thead th {
    border-bottom: none;
}

.content .detail-table tr:first-child th, .content .detail-table tr:first-child td {
    border-top: 1px solid #00000020;
}

.qr-code {
    border: 10px solid #fff;
}

form .totp-secret {
    text-align: center;
    margin-bottom: 2em;
}

form > img.qr-code {
    margin-left: 90px;
}

form .instructions {
    font-weight: 300;
    margin: 8px 0;
}

.username .button {
    margin-left: 8px;
}