.paddle {
    padding: 0 5px;
    box-sizing: content-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.paddle::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.right-paddle {
    right: 0;
}

.left-paddle {
    left: 0;
}

.paddle-faded {
    opacity: 0;
}

.nav-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 15px 0 0 0;
}

.paddles {
    display: block;
}

.paddle img {
    height: 32px;
}

.modal-nav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    width: 33%;
    border-left: 1px solid #767676;
}

.nav-item:first-child {
    border-left: none;
}

.nav-item.hidden + .nav-item {
    border-left: none;
}

.hidden {
    display: none;
}

.description {
    text-align: center;
    font-size: 1rem;
}
