.tpc-client-login {
    position: relative;
}

.tpc-client-login > a {
    background: white;
    color: #242529;
    border: 1px solid #242529;
    border-radius: 8px;
    height: 20px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    white-space: nowrap;
}

.tpc-client-login > a:visited {
    color: #242529;
}

.tpc-insta-profile {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #242529;
    background-color: transparent;
    border: none;
    text-decoration: none;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: -10px;
}

.tpc-insta-menu {
    margin: 0;
    max-height: 80vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #F6F7F8;
    background-color: #fff;
    list-style-type: none;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
    z-index: 201;
    border-radius: 8px;
    width: 280px;
    position: absolute;
    inset: 59px 0 auto auto;
    padding: 10px 8px;
}

.tpc-insta-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    margin: 0;
    padding-left: 0;
    flex-direction: column;
    list-style: none;
}

.tpc-insta-menu a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
    border-radius: 8px;
    color: #242529;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
    padding: 0 12px;
}

.tpc-insta-menu a:visited,
.tpc-insta-menu a:active,
.tpc-insta-menu a:hover {
    color: #242529;
}

.tpc-login-link-inner {
    height: 40px;
    display: flex;
    align-items: center;
}

.tpc-login-a:hover {
    background-color: #F6F7F8;
}

.tpc-login-hr {
    border: 0;
    border-top: 1px solid #E8E9EB;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
}

.tpc-login-a-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 9px;
    padding-bottom: 9px;
    text-wrap: balance;
    margin-left: 8px;
}


@media (min-width: 768px) and (min-width: 0px) {

    .tpc-insta-profile,
    .tpc-insta-menu a {
        font-size: 14px;
        line-height: 20px;
        --ids-typography-name: web / bodyRegular;
    }
}