.auth-type {
    display: flex;
    align-items: center;
    background: rgba(255, 84, 115, 0.1);
    padding: 4px;
    border-radius: 5px;
    margin-top: 16px;
}

.auth-type__icons {
    margin-right: 4px;
}

.auth-type__label,
.custom-copyright-info-link {
    color: #ff5473;
    font-size: 12px;
}

.mhy-account-action-sheet {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #333;
    font-size: 14px;
    z-index: 999;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .24s ease, visibility 0s linear .24s;
}

.mhy-account-action-sheet.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.mhy-account-action-sheet__content {
    position: absolute;
    padding: 30px 44px;
    width: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-50% + 14px)) scale(.96);
    opacity: 0;
    background-color: #fff;
    border-radius: 4px;
    transition: transform .24s ease, opacity .24s ease;
}

.mhy-account-action-sheet.show .mhy-account-action-sheet__content {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.mhy-account-action-sheet__close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: -40px;
    background-color: #000;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    font-style: normal;
}

.auth-type-intro + .auth-type-intro {
    margin-top: 20px;
}

.auth-type-intro {
    line-height: 20px;
}

.auth-type-intro__content {
    color: #999;
    font-size: 12px;
    margin-top: 4px;
}

.zib-bundle-front-meta-panel .zib-bundle-front-radio{
    margin-bottom:-6px;
}

.zib-bundle-front-meta-panel .zib-bundle-front-radio label{
    margin-bottom:6px;
}

.zib-bundle-front-meta-panel .zib-bundle-front-radio .but-radio{
    margin-right:6px;
}
