.authorize-container {
    display: flex;
    align-items: center;
    background: #aba7a70d;
    padding: 2px 10px;
    font-size: 16px;
    cursor: default;
}

.authorize-container:hover {
    background: #2485351a;
    color: #a8b1ff !important;
}

.authorize-mask {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-left: calc(50% - 120px);
    background: #ffffffe8;
    font-weight: 600;
    z-index: 25;
}

.authorize-mask p {
    color: #e84800;
    position: fixed;
    margin-top: 10%;
    display: flex;
    align-items: center;
}

.authorize-mask svg {
    margin-right: 10px;
}

html.dark .authorize-mask {
    background: rgb(27 27 31 / 95%);
}

html.dark .main img {
    opacity: 0.6;
}

.logo {
    font-size: 20px;
}

.VPLastUpdated {
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    color: var(--vp-c-text-2);
    text-align: right;
    padding-right: 20px;
}

.VPSidebarItem .text:hover,
.is-active {
    background: #477d9b0d;
}