material-navbar {
    display: flex;
    color: #fff;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
    background-color: #25313b;
    width: 100%;
    height: 70px;
}
material-navbar a {
    color: #fff;
}
material-navbar .nav-wrapper {
    position: relative;
    padding: 0 1em;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-grow: 1;
}
material-navbar .nav-wrapper .logo {
    font-size: 1.25em;
    flex-shrink: 0;
    flex-grow: 1;
}
material-navbar .nav-wrapper .menu {
    flex-shrink: 0;
    flex-grow: 0;
}
material-navbar[fixed="true"],
material-navbar[fixed] {
    position: relative;
    height: 70px;
    z-index: 998;
}
material-footer {
    display: block;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
    color: #999;
    background-color: #555;
}
material-footer a {
    color: inherit;
    text-decoration: none;
}
material-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
material-footer .material-footer-sections {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    padding-bottom: 24px;
}
material-footer .material-footer-sections ul {
    margin-right: 16px;
}
material-footer[mini="true"] > *,
material-footer[mini=""] > * {
    display: block;
}
@media screen and (min-width: 760px) {
    material-footer[mini="true"] > *,
    material-footer[mini=""] > * {
        display: inline-flex;
    }
}
material-footer[mini="true"] > * ul,
material-footer[mini=""] > * ul {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
material-footer[mini="true"] > * ul li,
material-footer[mini=""] > * ul li {
    margin-bottom: 0;
    margin-right: 16px;
}
@media screen and (min-width: 760px) {
    material-footer[mini="true"] > * ul li,
    material-footer[mini=""] > * ul li {
        line-height: 36px;
    }
}
material-footer h1,
material-footer h2,
material-footer h3,
material-footer h4,
material-footer h5,
material-footer .material-footer-section-header,
material-footer .material-footer-logo {
    margin-bottom: 16px;
    color: #fff;
    line-height: 36px;
}
@media screen and (min-width: 760px) {
    material-footer .material-footer-logo {
        margin-bottom: 0;
        margin-right: 16px;
    }
}
material-card {
    display: block;
    background-color: #fff;
    margin: 0;
    overflow-y: auto;
    will-change: width, height;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition: transform 0.2s ease-in, opacity 0.2s;
    -ms-transition: transform 0.2s ease-in, opacity 0.2s;
    -moz-transition: transform 0.2s ease-in, opacity 0.2s;
    -o-transition: transform 0.2s ease-in, opacity 0.2s;
    transition: transform 0.2s ease-in, opacity 0.2s;
    border-radius: 10px;
}
material-card .material-card-title {
    padding: 20px 10px;
    font-size: 2rem;
    color: #25313b;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
material-card .material-card-content {
    padding: 20px;
}
material-card .material-card-action {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: stretch;
}
material-card .material-card-action .material-card-action-item {
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    padding: 0.75rem;
    justify-content: center;
    flex-grow: 1;
}
material-spinner {
    display: inline-block;
}
material-spinner .loader-circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    -ms-animation: loader-rotate 2s linear infinite;
    -moz-animation: loader-rotate 2s linear infinite;
    -o-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
}
material-spinner .loader-path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #db652d;
}
@-o-keyframes loader-rotate {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}
@-moz-keyframes loader-rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes loader-rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes loader-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}
@-webkit-keyframes color {
    0% {
        stroke: #3f88f8;
    }
    20% {
        stroke: #3f88f8;
    }
    25% {
        stroke: #dd413b;
    }
    45% {
        stroke: #dd413b;
    }
    50% {
        stroke: #f6ae2e;
    }
    70% {
        stroke: #f6ae2e;
    }
    75% {
        stroke: #259a5d;
    }
    95% {
        stroke: #259a5d;
    }
}
@keyframes color {
    0% {
        stroke: #3f88f8;
    }
    20% {
        stroke: #3f88f8;
    }
    25% {
        stroke: #dd413b;
    }
    45% {
        stroke: #dd413b;
    }
    50% {
        stroke: #f6ae2e;
    }
    70% {
        stroke: #f6ae2e;
    }
    75% {
        stroke: #259a5d;
    }
    95% {
        stroke: #259a5d;
    }
}
material-button > :first-child {
    border: none;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    width: inherit;
    min-height: 2em;
    font-size: 18px;
    background: #61bdcc;
    color: #fff;
    padding: 0 2rem;
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: middle;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
}
material-button > :first-child:hover material-waves {
    background: hsla(0, 0%, 100%, 0.2);
    -webkit-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}
material-button > :first-child material-waves {
    background: hsla(0, 0%, 100%, 0);
    -webkit-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}
material-button > :first-child .content {
    display: block;
    text-align: center;
}
material-button > :first-child .content i.material-icons,
material-button > :first-child .content i.icon,
material-button > :first-child .content a {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
}
material-button > :first-child .content i.material-icons.material-icons,
material-button > :first-child .content i.icon.material-icons,
material-button > :first-child .content a.material-icons {
    font-size: 20px;
}
material-button > :first-child .content i.material-icons svg,
material-button > :first-child .content i.icon svg,
material-button > :first-child .content a svg {
    fill: inherit;
    stroke: inherit;
}
material-button > :first-child[rounded="true"],
material-button > :first-child[icon="true"] {
    border-radius: 50vw;
}
material-button > :first-child[rounded="true"] .content,
material-button > :first-child[icon="true"] .content {
    display: flex;
    align-items: center;
    text-align: center;
}
material-button > :first-child[rounded="true"] .content i.material-icons,
material-button > :first-child[rounded="true"] .content i.icon,
material-button > :first-child[icon="true"] .content i.material-icons,
material-button > :first-child[icon="true"] .content i.icon {
    margin: auto;
    display: inline-block;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
material-button > :first-child[rounded="true"] material-waves,
material-button > :first-child[icon="true"] material-waves {
    border-radius: 50vw;
}
material-button > :first-child[icon="true"] {
    padding: 0;
}
material-button > :first-child[icon="true"] .content {
    width: 2em;
    height: 2em;
}
material-button > :first-child[shadow="true"] {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.2s;
}
material-button > :first-child[shadow="true"]:hover {
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.14), 0 2px 12px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.14), 0 2px 12px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.14), 0 2px 12px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.14), 0 2px 12px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.14), 0 2px 12px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.2s;
}
material-button > :first-child[outlined="true"] {
    background: rgba(0, 0, 0, 0);
    color: #61bdcc;
    border-color: #61bdcc;
    border-width: 1px;
    border-style: solid;
}
material-button > :first-child[inverted="true"] {
    background: #fff;
    color: #61bdcc;
}
material-button > :first-child[disabled="true"] {
    background: #ccc;
    color: #999;
    cursor: default;
}
material-button > :first-child[disabled="true"] .content .text,
material-button > :first-child[disabled="true"] .content i.material-icons,
material-button > :first-child[disabled="true"] .content i.icon,
material-button > :first-child[disabled="true"] .content a {
    color: #999;
}
material-button > :first-child[disabled="true"] .content .text svg,
material-button > :first-child[disabled="true"] .content i.material-icons svg,
material-button > :first-child[disabled="true"] .content i.icon svg,
material-button > :first-child[disabled="true"] .content a svg {
    fill: #999;
    stroke: #999;
}
material-button > :first-child[disabled="true"]:hover material-waves {
    background: rgba(0, 0, 0, 0);
}
material-button > :first-child[disabled="true"][outlined="true"] {
    background: rgba(0, 0, 0, 0);
    color: #ccc;
    border-color: #ccc;
}
material-waves {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
material-waves #waves {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transform: rotate(0.000001deg);
    z-index: 1;
}
material-waves #waves .wave {
    position: absolute;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    z-index: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    pointer-events: none;
}
material-waves[rounded="true"] {
    border-radius: 50%;
}
material-waves[rounded="true"] #waves {
    border-radius: 50%;
}
material-checkbox {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
material-checkbox .checkbox {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: 100%;
    border: solid 2px;
    border-color: #25313b;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: background-color 140ms, border-color 140ms;
    -ms-transition: background-color 140ms, border-color 140ms;
    -moz-transition: background-color 140ms, border-color 140ms;
    -o-transition: background-color 140ms, border-color 140ms;
    transition: background-color 140ms, border-color 140ms;
}
material-checkbox .checkbox .checkmark {
    -webkit-transform: rotate(0deg) scale(0.5);
    -ms-transform: rotate(0deg) scale(0.5);
    -moz-transform: rotate(0deg) scale(0.5);
    -o-transform: rotate(0deg) scale(0.5);
    transform: rotate(0deg) scale(0.5);
    position: absolute;
    top: -1px;
    left: 3px;
    width: 6px;
    height: 10px;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
material-checkbox .checkbox.checked {
    background-color: #25313b;
    -webkit-transition: background-color 140ms, border-color 140ms, transform 140ms 50ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: background-color 140ms, border-color 140ms, transform 140ms 50ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: background-color 140ms, border-color 140ms, transform 140ms 50ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: background-color 140ms, border-color 140ms, transform 140ms 50ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: background-color 140ms, border-color 140ms, transform 140ms 50ms cubic-bezier(0.23, 1, 0.32, 1);
}
material-checkbox .checkbox.checked .checkmark {
    border-color: #fff;
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    -webkit-transition: background-color 140ms, border-color 140ms, transform 140ms 50ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: background-color 140ms, border-color 140ms, transform 140ms 50ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: background-color 140ms, border-color 140ms, transform 140ms 50ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: background-color 140ms, border-color 140ms, transform 140ms 50ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: background-color 140ms, border-color 140ms, transform 140ms 50ms cubic-bezier(0.23, 1, 0.32, 1);
}
material-checkbox .label {
    display: inline-block;
    color: #25313b;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    white-space: normal;
    cursor: pointer;
}
material-checkbox[indeterminate="true"] .checkbox .checkmark,
material-checkbox[indeterminate=""] .checkbox .checkmark {
    border-bottom: none;
}
material-checkbox[indeterminate="true"] .checkbox.checked .checkmark,
material-checkbox[indeterminate=""] .checkbox.checked .checkmark {
    transform: rotate(90deg) scale(1);
    -webkit-transform: rotate(90deg) scale(1);
    -ms-transform: rotate(90deg) scale(1);
    -moz-transform: rotate(90deg) scale(1);
    -o-transform: rotate(90deg) scale(1);
}
material-checkbox[disabled="true"] .checkbox,
material-checkbox[disabled=""] .checkbox {
    border-color: #ccc;
}
material-checkbox[disabled="true"] .label,
material-checkbox[disabled=""] .label {
    color: #ccc;
}
material-tabs {
    display: inline-block;
    line-height: 0;
    position: relative;
    width: 100%;
}
material-tabs material-button > :first-child {
    background: #070731;
    border-radius: 0px;
    text-align: center;
    padding: 0px;
}
material-tabs material-button > :first-child .content {
    position: relative;
}
material-tabs material-button > :first-child .content .text {
    font-size: 16px;
}
material-tabs material-button.selected > :first-child {
    color: #61bdcc;
    -webkit-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
material-tabs material-button[inverted="true"] > :first-child {
    color: #070731;
    background: #fff;
}
material-tabs .line-wrapper {
    width: 100%;
    height: 3px;
    background: #c2c7b6;
    position: relative;
}
material-tabs .line-wrapper .line {
    height: 100%;
    background: #61bdcc;
    position: absolute;
    -webkit-transition: left 0.4s;
    -ms-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
}
material-tabs .line-wrapper[inverted="true"] {
    background: #61bdcc;
}
material-tabs .line-wrapper[inverted="true"] .line {
    background: #c2c7b6;
}
material-snackbar {
    display: block;
    position: fixed;
    bottom: 10%;
    right: 7%;
    z-index: 1001;
}
material-snackbar .toast {
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    top: 0;
    width: auto;
    clear: both;
    margin-top: 10px;
    position: relative;
    height: 40px;
    line-height: 40px;
    background-color: #25313b;
    padding: 0 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    z-index: 1001;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition: transform 0.2s ease-in, opacity 0.2s;
    -ms-transition: transform 0.2s ease-in, opacity 0.2s;
    -moz-transition: transform 0.2s ease-in, opacity 0.2s;
    -o-transition: transform 0.2s ease-in, opacity 0.2s;
    transition: transform 0.2s ease-in, opacity 0.2s;
}
material-snackbar .toast.opening {
    transform: translateY(-15px);
    opacity: 0;
    -webkit-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    -ms-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    -moz-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    -o-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
}
material-snackbar .toast.error {
    background-color: #ab173e;
}
material-dropdown .material-dropdown-container {
    z-index: 100;
    background-color: #fff;
    margin: 0;
    padding: 0.5em 0;
    min-width: 150px;
    max-height: 650px;
    overflow-y: auto;
    will-change: width, height;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition: transform 0.2s ease-in, opacity 0.2s;
    -ms-transition: transform 0.2s ease-in, opacity 0.2s;
    -moz-transition: transform 0.2s ease-in, opacity 0.2s;
    -o-transition: transform 0.2s ease-in, opacity 0.2s;
    transition: transform 0.2s ease-in, opacity 0.2s;
}
material-dropdown .material-dropdown-container.opening.top {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    -ms-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    -moz-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    -o-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
}
material-dropdown .material-dropdown-container.opening.bottom {
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    -ms-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    -moz-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    -o-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
}
material-dropdown .material-dropdown-container a.material-dropdown-item {
    text-decoration: none;
    color: #25313b;
}
material-dropdown .material-dropdown-container a.material-dropdown-item.selected {
    color: #fff;
}
material-dropdown .material-dropdown-container .material-dropdown-item {
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: background-color 0.2s ease-in;
    -ms-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    font-size: 1em;
    color: #25313b;
    display: block;
    padding: 1em 1em;
}
material-dropdown .material-dropdown-container .material-dropdown-item:hover {
    background-color: hsl(0, 0%, 93%);
    -webkit-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
material-dropdown .material-dropdown-container .material-dropdown-item.selected {
    background-color: rgb(56.65625, 75.03125, 90.34375);
    -webkit-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    color: #fff;
}
.material-dropdown-wrapper {
    position: relative;
    width: inherit;
}
.material-dropdown-wrapper material-dropdown .material-dropdown-container {
    position: absolute;
    width: 100%;
}
material-popup .container {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
}
material-popup .popup {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
material-popup .popup > .content {
    background-color: #fff;
    width: 50%;
    min-width: 300px;
    will-change: width, height;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition: transform 0.2s ease-in, opacity 0.2s;
    -ms-transition: transform 0.2s ease-in, opacity 0.2s;
    -moz-transition: transform 0.2s ease-in, opacity 0.2s;
    -o-transition: transform 0.2s ease-in, opacity 0.2s;
    transition: transform 0.2s ease-in, opacity 0.2s;
    margin: 32px;
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 64px);
    z-index: 100;
    color: #25313b;
}
material-popup .popup > .content.opening.top {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    -ms-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    -moz-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    -o-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
}
material-popup .popup > .content.opening.bottom {
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    -ms-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    -moz-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    -o-transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s;
}
material-popup .popup > .content .material-popup-title {
    padding: 12px 24px 0;
    margin: 0;
    font-size: 2.5rem;
}
material-popup .popup > .content .material-popup-content {
    padding: 20px 24px 24px;
    margin: 0;
    overflow-y: auto;
}
material-popup .popup > .content .material-popup-action {
    padding: 8px 8px 8px 24px;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
material-popup .popup > .content .material-popup-action > * {
    margin-right: 8px;
}
material-popup .popup > .content .material-popup-action > *:first-child {
    margin-right: 0;
}
material-popup .overlay {
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
}
material-input {
    display: block;
    padding: 8px 0;
    position: relative;
    margin: 0.5em;
}
material-input .input-content {
    font-size: 1em;
    position: relative;
    padding: 0 calc(0.5em - 1px);
}
material-input .input-content label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 calc(0.5em - 1px);
    font: inherit;
    color: #2f6975;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 1em;
    font-weight: 400;
    line-height: 24px;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
material-input .input-content.not-empty label {
    -webkit-transform: translate3d(0, -70%, 0) scale(0.7);
    -ms-transform: translate3d(0, -70%, 0) scale(0.7);
    -moz-transform: translate3d(0, -70%, 0) scale(0.7);
    -o-transform: translate3d(0, -70%, 0) scale(0.7);
    transform: translate3d(0, -70%, 0) scale(0.7);
    -webkit-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    padding: 0;
}
material-input .input-content input {
    position: relative;
    outline: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    border: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    font-size: 1em;
    line-height: 24px;
    height: 24px;
    color: #17242e;
}
material-input .input-content .iconWrapper {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin-left: -33px;
    left: 100%;
    margin-top: -7px;
}
material-input .input-content .iconWrapper material-button {
    background: rgba(0, 0, 0, 0);
}
material-input .input-content .iconWrapper material-button .content .material-icons {
    color: #2f6975;
}
material-input .underline {
    position: relative;
    display: block;
}
material-input .underline .unfocused-line {
    height: 1px;
    background: #2f6975;
}
material-input .underline .focused-line {
    height: 2px;
    background: #2f6975;
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: transform 0.2s ease-in;
    -ms-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
}
material-input .underline.focused .focused-line {
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}
material-input .underline.error .unfocused-line,
material-input .underline.error .focused-line {
    background: #941212;
    -webkit-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
material-input[outlined="true"] .input-content,
material-input[outlined=""] .input-content,
material-input[rounded="true"] .input-content,
material-input[rounded=""] .input-content {
    border: 1px solid;
    border-color: #2f6975;
    border-radius: 0.375em;
}
material-input[rounded="true"] .input-content,
material-input[rounded=""] .input-content {
    border-radius: 50vw;
}
material-input[disabled="true"] label,
material-input[disabled=""] label {
    color: #ccc;
}
material-input[disabled="true"] .underline .unfocused-line,
material-input[disabled=""] .underline .unfocused-line {
    background: #ccc;
}
material-input[disabled="true"][outlined="true"] .input-content,
material-input[disabled="true"][outlined=""] .input-content,
material-input[disabled="true"][rounded="true"] .input-content,
material-input[disabled="true"][rounded=""] .input-content,
material-input[disabled=""][outlined="true"] .input-content,
material-input[disabled=""][outlined=""] .input-content,
material-input[disabled=""][rounded="true"] .input-content,
material-input[disabled=""][rounded=""] .input-content {
    border-color: #ccc;
}
material-switch {
    font-size: 24px;
}
material-switch .material-switch-container {
    display: flex;
    flex-flow: row;
    align-items: center;
    position: relative;
}
material-switch .material-switch-container .material-switch-thumb {
    display: inline-flex;
    position: absolute;
    left: 0.2em;
    width: 0.65em;
    height: 0.65em;
    border-radius: 50vw;
    background-color: #79747e;
    -webkit-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    z-index: 1;
}
material-switch .material-switch-container .material-switch-thumb.material-switch-thumb-w-icon {
    left: 0.2em;
    width: 1em;
    height: 1em;
}
material-switch .material-switch-container .material-switch-thumb * {
    margin: auto;
}
material-switch .material-switch-container .material-switch-track {
    display: inline-flex;
    border-radius: 50vw;
    height: 1.15em;
    width: 2em;
    background-color: #e7e0ec;
    border-style: solid;
    border-width: 0.1em;
    border-color: #79747e;
}
material-switch .material-switch-container[checked] .material-switch-thumb {
    transform: translateX(0.95em);
    background-color: #fff;
    left: 0.1em;
    width: 1em;
    height: 1em;
}
material-switch .material-switch-container[checked] .material-switch-track {
    background-color: #6750a4;
    border-color: #6750a4;
}
material-switch[intermediate] .material-switch-container .material-switch-thumb {
    -webkit-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
}
material-switch[intermediate] .material-switch-container[checked] .material-switch-thumb {
    transform: translateX(0.95em);
    background-color: #fff;
}
material-switch[intermediate] .material-switch-container[checked] .material-switch-track {
    background-color: #6750a4;
    border-color: #6750a4;
}
material-switch[intermediate] .material-switch-container[checked="intermediate"] .material-switch-thumb {
    transform: translateX(0.5em);
    width: 0.85em;
    height: 0.85em;
}
material-switch[disabled] .material-switch-container .material-switch-track {
    opacity: 0.12;
    border-color: #1c1b1f;
}
material-switch[disabled] .material-switch-container .material-switch-thumb {
    opacity: 0.38;
    background-color: #1c1b1f;
}
material-switch[disabled] .material-switch-container[checked] .material-switch-track {
    background-color: #1c1b1f;
}
material-switch[disabled] .material-switch-container[checked] .material-switch-thumb {
    opacity: 1;
    background-color: #fffbfe;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/Roboto-Regular.eot);
    src: local("Roboto Light"), local("Roboto-Light"), url(fonts/Roboto-Light.woff2) format("woff2"), url(fonts/Roboto-Light.woff) format("woff"), url(fonts/Roboto-Light.ttf) format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/Roboto-Regular.eot);
    src: local("Roboto Regular"), local("Roboto-Regular"), url(fonts/Roboto-Regular.woff2) format("woff2"), url(fonts/Roboto-Regular.woff) format("woff"), url(fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/Roboto-Regular.eot);
    src: local("Roboto Bold"), local("Roboto-Bold"), url(fonts/Roboto-Bold.woff2) format("woff2"), url(fonts/Roboto-Bold.woff) format("woff"), url(fonts/Roboto-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/RobotoMono-Regular.eot);
    src: local("Roboto Mono Regular"), local("RobotoMono-Regular"), local("Roboto-Mono-Regular"), url(fonts/RobotoMono-Regular.woff2) format("woff2"), url(fonts/RobotoMono-Regular.woff) format("woff"),
        url(fonts/RobotoMono-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Material Symbols Rounded";
    font-style: normal;
    font-weight: 400;
    src: local("Material Symbols Rounded"), url(fonts/material-symbols-rounded.woff2) format("woff2"), url(fonts/material-symbols-rounded.woff) format("woff"), url(fonts/material-symbols-rounded.ttf) format("truetype");
}
material-button .content i.material-icons,
material-button[rounded="true"] .content i.material-icons,
i.material-icons {
    font-family: "Material Symbols Rounded";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
material-button .content i.material-icons,
material-button[rounded="true"] .content i.material-icons {
    margin: auto;
}
html > body {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-size: 16px;
    background-color: var(--background);
    color: var(--primary-text);
}
html,
body {
    margin: 0;
    height: 100%;
}
.section-centerd {
    margin: auto;
}
.full-table {
    width: 100%;
    border: none;
}
.url {
    font-size: 14px;
    word-break: break-all;
}
.material-card-title-action a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}
material-card {
    background-color: var(--background);
}
material-card,
material-tabs,
pagination .container {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
material-card,
material-tabs,
pagination .container,
catalog {
    max-width: 95%;
}
@media screen and (min-width: 1515px) {
    material-card,
    material-tabs,
    pagination .container,
    catalog {
        max-width: 1440px;
    }
}
material-tabs {
    display: block;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
material-tabs material-button,
material-tabs material-button .content .text {
    text-transform: none;
}
material-spinner {
    align-self: center;
}
.spinner-wrapper {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
.logo {
    padding: 0 16px 0 72px;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 400;
}
@media screen and (max-width: 600px) {
    .logo {
        padding-left: 0;
    }
}
h2 {
    padding: 16px;
    margin: auto;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    overflow: hidden;
}
.material-card-title-action h2 .source-hint,
.material-card-title-action h2 .item-count {
    font-size: 0.7em;
    margin-left: 1em;
}
.list {
    display: block;
    padding: 8px 0;
    list-style: none;
}
.list.highlight:hover {
    background-color: rgba(0, 0, 0, 0.12);
    cursor: pointer;
}
.list > span,
.list > li {
    box-sizing: border-box;
    line-height: 1;
    height: 48px;
    padding: 0 16px;
    overflow: hidden;
}
docker-registry-ui material-button > :first-child .content i.material-icons,
docker-registry-ui material-button > :first-child .content i.material-icons.material-icons {
    font-size: 24px;
}
.list > span i.material-icons,
.list > li i.material-icons {
    margin-right: 32px;
    height: 24px;
    width: 24px;
    box-sizing: border-box;
    color: var(--accent-text);
}
.list > span .right i.material-icons.animated {
    transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1);
    margin-right: 10px;
}
.list > span .right {
    position: absolute;
    align-self: end;
    display: flex;
    align-items: center;
    right: 0;
}
.list > span i.material-icons.animated.expanded {
    transform: rotate(180deg);
}
.list > span .item-count {
    font-size: 0.75em;
}
.list > span,
.list > li > span {
    height: 100%;
    text-decoration: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
material-card.list {
    margin-top: 10px;
    margin-bottom: 10px;
}
.material-card-title-action {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
}
.material-card-title-action h2 {
    margin: 0;
}
material-card table {
    width: 100%;
    border: none;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-collapse: collapse;
    white-space: nowrap;
    font-size: 13px;
    border: none;
}
material-card table th {
    font-size: 18px;
    vertical-align: bottom;
    line-height: 24px;
    height: 48px;
    color: var(--accent-text);
    box-sizing: border-box;
    padding: 0 18px 12px 18px;
    text-align: right;
}
.material-card-th-left {
    text-align: left;
}
material-card .material-card-title-action material-button:hover button,
material-card table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.12) !important;
}
material-button > :first-child[inverted="true"],
material-card table tbody tr {
    transition-duration: 0.28s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background-color;
}
material-card table tbody tr {
    position: relative;
    height: 48px;
}
material-card table td {
    font-size: 16px;
    position: relative;
    height: 48px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 12px 18px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: right;
}
tag-history-button button:hover,
material-card table th.material-card-th-sorted-ascending:hover,
material-card table th.material-card-th-sorted-descending:hover {
    cursor: pointer;
}
material-card table th.material-card-th-sorted-ascending:hover:before,
material-card table th.material-card-th-sorted-descending:hover:before {
    color: var(--primary-text);
}
material-card table th.material-card-th-sorted-ascending:before,
material-card table th.material-card-th-sorted-descending:before {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 16px;
    content: "";
    margin-right: 5px;
    vertical-align: sub;
}
material-card table th.material-card-th-sorted-descending:before {
    content: "";
}
material-button .content i.material-icons,
.material-icons {
    color: var(--neutral-text);
}
material-button[disabled] .content i.material-icons,
material-checkbox[disabled] .content i.material-icons {
    color: #bbb;
}
material-snackbar .toast {
    height: auto;
}
material-popup .popup > .content {
    padding: 1em;
    max-width: 450px;
    background-color: var(--background);
    color: var(--primary-text);
}
footer {
    width: 100%;
    z-index: 75;
    bottom: 0;
}
material-footer {
    padding: 0.5em 1em;
}
material-footer li {
    align-self: center;
}
.copy-to-clipboard {
    padding-left: 5px;
}
#image-tag-header {
    padding-right: 57px;
}
image-tag,
.copy-to-clipboard {
    display: inline-block;
}
image-content-digest {
    display: none;
    font-family: "Roboto Mono", "Roboto", "Helvetica", "Arial", sans-serif !important;
}
@media screen and (min-width: 1024px) {
    #image-content-digest-header {
        padding-right: 57px;
    }
    image-content-digest {
        display: inline-block;
    }
}
.show-tag-history {
    width: 30px;
    text-align: center;
}
.remove-tag {
    padding: 12px 5px;
    width: 66px;
    text-align: center;
}
.remove-tag.delete {
    padding: 7px 5px;
}
taglist .creation-date {
    width: 10em;
}
material-card td.creation-date,
material-card th.creation-date {
    text-align: left;
    max-width: 10em;
}
taglist .image-size {
    width: 7em;
}
material-card material-button {
    background-color: inherit;
}
catalog-element material-card {
    z-index: 2;
    position: relative;
}
catalog-element catalog-element material-card {
    transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    position: relative;
}
catalog-element catalog-element.showing material-card,
catalog-element catalog-element.hide material-card {
    margin-top: -50px;
    opacity: 0;
}
catalog-element catalog-element > .content {
    margin-left: 3em;
}
@media screen and (min-width: 1515px) {
    catalog-element catalog-element > .content material-card {
        max-width: calc(1440px - 3em);
    }
}
remove-image {
    width: 30px;
}
material-checkbox .label {
    display: none;
}
taglist material-checkbox {
    margin: auto;
    width: 18px;
}
material-checkbox.indeterminate .checkbox .checkmark {
    border-bottom: none;
}
material-checkbox.indeterminate .checkbox.checked .checkmark {
    transform: rotate(90deg) scale(1);
    -webkit-transform: rotate(90deg) scale(1);
    -ms-transform: rotate(90deg) scale(1);
    -moz-transform: rotate(90deg) scale(1);
    -o-transform: rotate(90deg) scale(1);
}
material-checkbox .checkbox {
    border-color: var(--neutral-text);
}
material-checkbox .checkbox.checked {
    background-color: var(--neutral-text);
}

