.inbox-button-wrapper {
    display: flex;
    cursor: pointer;
}

.inbox-tab-control-button {
    text-decoration: none !important;
    cursor: pointer;
    height: 3.6rem;
    width: 9.06rem;
    font-weight: 900;
    margin: 10px 10px 10px 0;
    line-height: 3.6rem;
    font-size: 0.9rem;
    padding: 0 0.5rem;
    text-align: center;
    position: relative;
    color: black;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
}

.inbox-button-wrapper .selected {
    background: #2c80b8;
    color: white;
}