.new-order-type-button {
    width: 100%;
    height: 100%;
}

.new-order-type-title-text {
    font-size: 1.5em;
    font-weight: bold;
}

.inline-delete {
    display: flex;
    flex-direction: row;
    align-items: end;
    padding-bottom: 1rem;
}

.text-lg {
    font-size: 1.5rem
}

.br-50 {
    border-radius: 50%;
}

.text-grey-300 {
    color: #e0e0e0 !important;
}