#authorization-needed-wrp {
    display: table;
    width: 100%;
    margin-top: 96px;
}

#authorization-needed-layout {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

#authorization-needed-icon-wrp {
    display: flex;
    width: 100%;
    justify-content: center;
}

#authorization-needed-icon-wrp svg {
    width: 100%;
    opacity: 0.35;
    max-width: 82px;
}

#authorization-needed-txt {
    display: block;
    width: 100%;
    font-size: 19px;
    letter-spacing: 0.5px;
    text-align: center;
}

#authorization-needed-buttons {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

#authorization-needed-buttons button {
    margin-top: 4px;
    margin-bottom: 4px;
}