* {
    font-family: 'Montserrat';
    font-size: 16px;
}
h1 {
    font-size: 36px;
}
h1 {
    font-size: 20px;
}

.top-panel {
    /* padding: 0.7rem 1rem; */
    height: 3rem;
    color: #fff;
    background-color: #65799e;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.top-panel-title {
    display: inline-block;
    height: 3rem;
    padding: .7em .5em;
    font-size: 1.1em;
    /* font-weight: 500; */
    line-height: 1.3;
    font-family: system-ui, Arial, sans-serif;
    color: #fff;
    text-decoration: none;
}
.top-panel-title.top-panel-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #51607f;
}
.top-panel-title img {
    display: inline-block;
    height: 1.4em;
}
.top-panel-title span {
    display: inline-block;
    vertical-align: middle;
}

.install-wrapper {
    height: 100%;
    overflow: auto;
    background-color: #fff;
    padding: 4rem 1rem 1rem 1rem;
}
.install-header-line {
    height: 1px !important;
    line-height: 1px !important;
    color:#57658a !important;
    opacity: 15%;
}
.install-logo {

}
.install-logo img {
    width: 70%;
}
.install-title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.install-title p {
    color: #57658a;
    font-size: 20px;
    text-align: center;
    margin: 5px;
}
.install-desc {

}
.install-app-avatar {
    text-align: center!important;
}
.install-app-avatar img {
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.install-app-button button {
    font-weight: bold;
    width: 150px;
    border-radius: 7rem;
}
.install-app-title {
    color: #57658a;
}
.install-app-desc {
    color: #57658a;
}
.shop-link-title-img {
    display: inline-block;
    height: 1.7rem;
    margin-bottom: .5rem;
}
.shop-link-img {
    display: inline-block;
    height: 1.2rem;
    margin-bottom: .3rem;
}
.app-shop-link {
    color: #57658a;
    text-decoration: none;
}
.app-shop-link:hover {
    color: #57658a;
    text-decoration: underline;
}
.one-shop, .one-app {
    cursor: pointer;
}

label.required:after {
    content: ' *';
    color: mediumvioletred;
}

.form-prompt {
    color: #7a7a7a;
    font-size: .9rem;
}

.top-panel-home {
    display: block;
    height: 3rem;
    width: 100%;
    margin: 0 0 0 1em;
    padding-top: .7em;
}
.top-panel-home img {
    display: block;
    height: 1.4em;
    margin: auto;
}
.top-panel-home:hover {
    color: lightcyan;
    background-color: #51607f;
}
.top-panel-label {
    display: inline-block;
    padding-top: .5em;
    margin-left: .5em;
    font-family: system-ui, Arial, sans-serif;
    font-size: 1.1em;
}



.top-menu-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    height: 3rem;
}
.top-menu-group-wrapper {
    display: flex;
    align-items: stretch;
}
.top-menu-item-wrapper {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .5rem;
}
.top-menu-item-wrapper a {
    text-decoration: none!important;
    color: #fff;
}
.top-button-wrapper {
    display: flex;
    align-items: stretch;
}
.top-button-wrapper:hover {
    background-color: #51607f;
}
.top-button-wrapper a {
    display: flex;
    align-items: center;
}
.top-my-shops-wrapper {

}
.top-sign-in-wrapper {

}
.top-title-wrapper {

}
.top-logo-wrapper {

}
.top-logo {
    white-space: nowrap;
}
.top-logo img {
    width: 1.5rem;
}

@media (width < 500px) {
    .top-menu-item-wrapper span {
        font-size: 14px;
    }
}
@media (width < 400px) {
    .top-menu-item-wrapper span {
        font-size: 13px;
    }
}
@media (width < 350px) {
    .top-menu-item-wrapper span {
        font-size: 12px;
    }
}