﻿.topbar {
    padding: 14px 24px;
    border-bottom: 1px solid rgba(23, 25, 31, 0.12);
    background: #fff;
}

.topbar h1 {
    margin: 0;
    width: 174px;
    height: 32px;
    background: url("/static/images/logo.png") center / contain no-repeat;
    color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
}

.common-footer {
    margin-top: 24px;
    padding: 12px 16px 20px;
    border-top: 1px solid rgba(23, 25, 31, 0.12);
    text-align: center;
    background: #fff;
}

.common-footer small {
    color: #6f7789;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    letter-spacing: 0.08em;
}

