.menu.plans {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0px;
    overflow: scroll;
}

.menu-item.plan {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 50px;
    height: 50px;
    padding: 10px;
}

.menu-item.plan>.icon {
    margin: 5px;
    height: 24px;
    font-size: 24px;
    text-align: center;
}

.menu-item.plan>.text>.label {
    height: 16px;
    font-size: 10px;
    order: 2;
    text-align: center;
    margin: 5px;
}

.menu-item.plan.selected {
    background-color: rgb(87, 86, 86);
}