
.kmn-client-plugin-header {
    width: 100%;
    padding: 40px 40px;
    font-size: 18px;
    border-bottom: 1px solid;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    background-color: black;
    color: white;
    align-items: center;
    box-sizing: border-box;
}

.kmn-client-plugin-header-login-status {
    background: white;
    padding: 10px 25px;
    border-radius: 30px;
    color: black;    
}

.kmn-client-plugin-header span.client-brand a { text-decoration: unset; color:unset; font-weight: 500; font-size: 24px;}

.kmn-client-plugin-header img.avatar {
    object-fit: scale-down;
    max-width: 13px;
    margin-right: 5px;
}

.kmn-client-plugin-header-menu {display: flex;}

.kmn-client-plugin-header-buttons {
    margin: 0 20px;
    align-items: center;
    display: flex;
}

.kmn-client-plugin-header-buttons a {
    margin: 0 20px;
    text-decoration: none;
    color: unset;
}

.kmn-client-plugin-header-buttons a:hover {
    /* font-weight: 600; */
    text-decoration: underline;
}




.login-status-wrapper {
    background-color: black;
    color: white;
    padding: 15px;
    font-size: 25px;
}


.kmn-client-plugin-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;

}

.demo-container {
    width: 100%;
    max-width: 900px;
    margin: 50px auto;
}

.login-status-wrapper a {
    color: unset;
    margin-left: 20px;
}

.kmn-client-plugin-wrapper a {
    background: #3879dd;
    color: white;
    padding: 8px 20px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin-right: 20px;
    height: fit-content;
    height: max-content;
    border-radius: 15px;
    font-size: 14px;    
}

/* span.btn {
    background-color: aliceblue;
} */

a.kmn-store-buy-link {
    background-color: white !important;
    padding: 15px;
    border: 1px solid black;
    color: black;
}

a.kmn-store-buy-link:hover {
    background-color: black !important;
    color: white;
}

a.kmn-id-login-link {
    background-color: white !important;
    padding: 15px;
    border: 1px solid black;
    color: black;
}

a.kmn-id-login-link:hover {
    background-color: black !important;
    color: white;
}

a.kmn-id-profile-link {
    background-color: white !important;
    padding: 15px;
    border: 1px solid black;
    color: black;
}

a.kmn-id-profile-link:hover {
    background-color: black !important;
    color: white;
}

p.acc {
    font-weight: 600;
}