/*CSS HANDLER */
/*CSS HANDLER */
.AccountNavigation {
    /* display: flex; */
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    gap: 10px;
    margin: 20px 0;

    display: none;
}

.acc-nav-btn {
    padding: 10px 20px;
    background: none;
    font-weight: bold;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: color .15s ease-in-out;
}

.acc-nav-btn:hover {
    /* text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff00ff, 0 0 30px #ff00ff, 0 0 40px #ff00ff, 0 0 50px #ff00ff, 0 0 75px #ff00ff !important; */
    color: var(--table_header_3);
    background: none;
}

.separator {
    width: 1px;
    min-height: 100%;
    background-color: #ccc;
    box-shadow: 1px;
}

.center_column {
    width: 80% !important;
}